Uses of Class
org.apache.activemq.command.MessagePull
-
Packages that use MessagePull 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 MessagePull in org.apache.activemq.broker
Methods in org.apache.activemq.broker with parameters of type MessagePull Modifier and Type Method Description Response
BrokerFilter. messagePull(ConnectionContext context, MessagePull pull)
Response
EmptyBroker. messagePull(ConnectionContext context, MessagePull pull)
Response
ErrorBroker. messagePull(ConnectionContext context, MessagePull pull)
Response
TransportConnection. processMessagePull(MessagePull pull)
-
Uses of MessagePull in org.apache.activemq.broker.region
Methods in org.apache.activemq.broker.region with parameters of type MessagePull Modifier and Type Method Description Response
AbstractRegion. messagePull(ConnectionContext context, MessagePull pull)
Response
Region. messagePull(ConnectionContext context, MessagePull pull)
Allows a consumer to pull a message from a queueResponse
RegionBroker. messagePull(ConnectionContext context, MessagePull pull)
Response
PrefetchSubscription. pullMessage(ConnectionContext context, MessagePull pull)
Allows a message to be pulled on demand by a clientResponse
Subscription. pullMessage(ConnectionContext context, MessagePull pull)
Allows a consumer to pull a message on demandResponse
TopicSubscription. pullMessage(ConnectionContext context, MessagePull pull)
-
Uses of MessagePull in org.apache.activemq.broker.util
Methods in org.apache.activemq.broker.util with parameters of type MessagePull Modifier and Type Method Description Response
DestinationPathSeparatorBroker. messagePull(ConnectionContext context, MessagePull pull)
Response
LoggingBrokerPlugin. messagePull(ConnectionContext context, MessagePull pull)
Response
UDPTraceBrokerPlugin. messagePull(ConnectionContext context, MessagePull pull)
-
Uses of MessagePull in org.apache.activemq.state
Methods in org.apache.activemq.state with parameters of type MessagePull Modifier and Type Method Description Response
CommandVisitor. processMessagePull(MessagePull pull)
Response
CommandVisitorAdapter. processMessagePull(MessagePull pull)
Response
ConnectionStateTracker. processMessagePull(MessagePull pull)
-