Uses of Class
org.apache.activemq.artemis.core.postoffice.RoutingStatus
-
-
Uses of RoutingStatus in org.apache.activemq.artemis.core.postoffice
Methods in org.apache.activemq.artemis.core.postoffice that return RoutingStatus Modifier and Type Method Description RoutingStatusPostOffice. route(Message message, boolean direct)RoutingStatusPostOffice. route(Message message, RoutingContext context, boolean direct)RoutingStatusPostOffice. route(Message message, RoutingContext context, boolean direct, boolean rejectDuplicates, Binding binding)RoutingStatusPostOffice. route(Message message, Transaction tx, boolean direct)RoutingStatusPostOffice. route(Message message, Transaction tx, boolean direct, boolean rejectDuplicates)RoutingStatusPostOffice. route(Message message, Transaction tx, boolean direct, boolean rejectDuplicates, Binding binding)static RoutingStatusRoutingStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static RoutingStatus[]RoutingStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RoutingStatus in org.apache.activemq.artemis.core.postoffice.impl
Methods in org.apache.activemq.artemis.core.postoffice.impl that return RoutingStatus Modifier and Type Method Description RoutingStatusPostOfficeImpl. route(Message message, boolean direct)RoutingStatusPostOfficeImpl. route(Message message, RoutingContext context, boolean direct)RoutingStatusPostOfficeImpl. route(Message message, RoutingContext context, boolean direct, boolean rejectDuplicates, Binding bindingMove)RoutingStatusPostOfficeImpl. route(Message message, Transaction tx, boolean direct)RoutingStatusPostOfficeImpl. route(Message message, Transaction tx, boolean direct, boolean rejectDuplicates)RoutingStatusPostOfficeImpl. route(Message message, Transaction tx, boolean direct, boolean rejectDuplicates, Binding binding) -
Uses of RoutingStatus in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return RoutingStatus Modifier and Type Method Description RoutingStatusServerSession. doSend(Transaction tx, Message msg, SimpleString originalAddress, boolean direct, String senderName, boolean noAutoCreateQueue)RoutingStatusServerSession. doSend(Transaction tx, Message msg, SimpleString originalAddress, boolean direct, String senderName, boolean noAutoCreateQueue, RoutingContext routingContext)RoutingStatusServerSession. send(Message message, boolean direct, String senderName)RoutingStatusServerSession. send(Message message, boolean direct, String senderName, boolean noAutoCreateQueue)RoutingStatusServerSession. send(Transaction tx, Message message, boolean direct, String senderName, boolean noAutoCreateQueue)RoutingStatusServerSession. send(Transaction tx, Message message, boolean direct, String senderName, boolean noAutoCreateQueue, RoutingContext routingContext) -
Uses of RoutingStatus in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return RoutingStatus Modifier and Type Method Description RoutingStatusServerSessionImpl. doSend(Transaction tx, Message msg, SimpleString originalAddress, boolean direct, String senderName, boolean noAutoCreateQueue)RoutingStatusServerSessionImpl. doSend(Transaction tx, Message msg, SimpleString originalAddress, boolean direct, String senderName, boolean noAutoCreateQueue, RoutingContext routingContext)RoutingStatusServerSessionImpl. send(Message message, boolean direct, String senderName)RoutingStatusServerSessionImpl. send(Message message, boolean direct, String senderName, boolean noAutoCreateQueue)RoutingStatusServerSessionImpl. send(Transaction tx, Message msg, boolean direct, String senderName, boolean noAutoCreateQueue)RoutingStatusServerSessionImpl. send(Transaction tx, Message messageParameter, boolean direct, String senderName, boolean noAutoCreateQueue, RoutingContext routingContext) -
Uses of RoutingStatus in org.apache.activemq.artemis.core.server.plugin
Methods in org.apache.activemq.artemis.core.server.plugin with parameters of type RoutingStatus Modifier and Type Method Description default voidActiveMQServerMessagePlugin. afterMessageRoute(Message message, RoutingContext context, boolean direct, boolean rejectDuplicates, RoutingStatus result)After a message is routeddefault voidActiveMQServerMessagePlugin. afterSend(ServerSession session, Transaction tx, Message message, boolean direct, boolean noAutoCreateQueue, RoutingStatus result)After a message is sentdefault voidActiveMQServerMessagePlugin. afterSend(Transaction tx, Message message, boolean direct, boolean noAutoCreateQueue, RoutingStatus result) -
Uses of RoutingStatus in org.apache.activemq.artemis.core.server.plugin.impl
Methods in org.apache.activemq.artemis.core.server.plugin.impl with parameters of type RoutingStatus Modifier and Type Method Description voidLoggingActiveMQServerPlugin. afterMessageRoute(Message message, RoutingContext context, boolean direct, boolean rejectDuplicates, RoutingStatus result)After a message is routedvoidLoggingActiveMQServerPluginLogger_impl. afterMessageRoute(String messageID, RoutingStatus result)voidLoggingActiveMQServerPluginLogger. afterMessageRoute(String messageID, RoutingStatus result)voidLoggingActiveMQServerPlugin. afterSend(ServerSession session, Transaction tx, Message message, boolean direct, boolean noAutoCreateQueue, RoutingStatus result)After a message is sentvoidLoggingActiveMQServerPluginLogger_impl. afterSend(String messageID, RoutingStatus result, String tx)voidLoggingActiveMQServerPluginLogger. afterSend(String messageID, RoutingStatus result, String tx)
-