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 ResponseBrokerFilter. messagePull(ConnectionContext context, MessagePull pull)ResponseEmptyBroker. messagePull(ConnectionContext context, MessagePull pull)ResponseErrorBroker. messagePull(ConnectionContext context, MessagePull pull)ResponseTransportConnection. 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 ResponseAbstractRegion. messagePull(ConnectionContext context, MessagePull pull)ResponseRegion. messagePull(ConnectionContext context, MessagePull pull)Allows a consumer to pull a message from a queueResponseRegionBroker. messagePull(ConnectionContext context, MessagePull pull)ResponsePrefetchSubscription. pullMessage(ConnectionContext context, MessagePull pull)Allows a message to be pulled on demand by a clientResponseSubscription. pullMessage(ConnectionContext context, MessagePull pull)Allows a consumer to pull a message on demandResponseTopicSubscription. 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 ResponseDestinationPathSeparatorBroker. messagePull(ConnectionContext context, MessagePull pull)ResponseLoggingBrokerPlugin. messagePull(ConnectionContext context, MessagePull pull)ResponseUDPTraceBrokerPlugin. 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 ResponseCommandVisitor. processMessagePull(MessagePull pull)ResponseCommandVisitorAdapter. processMessagePull(MessagePull pull)ResponseConnectionStateTracker. processMessagePull(MessagePull pull)
-