Uses of Class
org.apache.activemq.command.MessageDispatchNotification
-
Packages that use MessageDispatchNotification Package Description org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors.org.apache.activemq.broker.region Region abstraction and implementations in the Broker.org.apache.activemq.broker.util Some utility Broker Pluginsorg.apache.activemq.state -
-
Uses of MessageDispatchNotification in org.apache.activemq.broker
Methods in org.apache.activemq.broker with parameters of type MessageDispatchNotification Modifier and Type Method Description void
BrokerFilter. processDispatchNotification(MessageDispatchNotification messageDispatchNotification)
void
EmptyBroker. processDispatchNotification(MessageDispatchNotification messageDispatchNotification)
void
ErrorBroker. processDispatchNotification(MessageDispatchNotification messageDispatchNotification)
Response
TransportConnection. processMessageDispatchNotification(MessageDispatchNotification notification)
-
Uses of MessageDispatchNotification in org.apache.activemq.broker.region
Methods in org.apache.activemq.broker.region with parameters of type MessageDispatchNotification Modifier and Type Method Description void
AbstractRegion. processDispatchNotification(MessageDispatchNotification messageDispatchNotification)
void
BaseDestination. processDispatchNotification(MessageDispatchNotification messageDispatchNotification)
void
Destination. processDispatchNotification(MessageDispatchNotification messageDispatchNotification)
called on Queues in slave mode to allow dispatch to follow subscription choice of mastervoid
DestinationFilter. processDispatchNotification(MessageDispatchNotification messageDispatchNotification)
void
Queue. processDispatchNotification(MessageDispatchNotification messageDispatchNotification)
void
QueueRegion. processDispatchNotification(MessageDispatchNotification messageDispatchNotification)
void
Region. processDispatchNotification(MessageDispatchNotification messageDispatchNotification)
Process a notification of a dispatch - used by a Slave Brokervoid
RegionBroker. processDispatchNotification(MessageDispatchNotification messageDispatchNotification)
void
TempQueueRegion. processDispatchNotification(MessageDispatchNotification messageDispatchNotification)
protected void
AbstractRegion. processDispatchNotificationViaDestination(MessageDispatchNotification messageDispatchNotification)
void
PrefetchSubscription. processMessageDispatchNotification(MessageDispatchNotification mdn)
void
Subscription. processMessageDispatchNotification(MessageDispatchNotification mdn)
Used by a Slave Broker to update dispatch infomationvoid
TopicSubscription. processMessageDispatchNotification(MessageDispatchNotification mdn)
-
Uses of MessageDispatchNotification in org.apache.activemq.broker.util
Methods in org.apache.activemq.broker.util with parameters of type MessageDispatchNotification Modifier and Type Method Description void
LoggingBrokerPlugin. processDispatchNotification(MessageDispatchNotification messageDispatchNotification)
void
UDPTraceBrokerPlugin. processDispatchNotification(MessageDispatchNotification messageDispatchNotification)
-
Uses of MessageDispatchNotification in org.apache.activemq.state
Methods in org.apache.activemq.state with parameters of type MessageDispatchNotification Modifier and Type Method Description Response
CommandVisitor. processMessageDispatchNotification(MessageDispatchNotification notification)
Response
CommandVisitorAdapter. processMessageDispatchNotification(MessageDispatchNotification notification)
-