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 Plugins
|
org.apache.activemq.state |
Modifier and Type | Method and Description |
---|---|
Response |
EmptyBroker.messagePull(ConnectionContext context,
MessagePull pull) |
Response |
MutableBrokerFilter.messagePull(ConnectionContext context,
MessagePull pull) |
Response |
BrokerFilter.messagePull(ConnectionContext context,
MessagePull pull) |
Response |
ErrorBroker.messagePull(ConnectionContext context,
MessagePull pull) |
Response |
TransportConnection.processMessagePull(MessagePull pull) |
Modifier and Type | Method and Description |
---|---|
Response |
Region.messagePull(ConnectionContext context,
MessagePull pull)
Allows a consumer to pull a message from a queue
|
Response |
RegionBroker.messagePull(ConnectionContext context,
MessagePull pull) |
Response |
AbstractRegion.messagePull(ConnectionContext context,
MessagePull pull) |
Response |
Subscription.pullMessage(ConnectionContext context,
MessagePull pull)
Allows a consumer to pull a message on demand
|
Response |
TopicSubscription.pullMessage(ConnectionContext context,
MessagePull pull) |
Response |
PrefetchSubscription.pullMessage(ConnectionContext context,
MessagePull pull)
Allows a message to be pulled on demand by a client
|
Modifier and Type | Method and Description |
---|---|
Response |
DestinationPathSeparatorBroker.messagePull(ConnectionContext context,
MessagePull pull) |
Response |
LoggingBrokerPlugin.messagePull(ConnectionContext context,
MessagePull pull) |
Response |
UDPTraceBrokerPlugin.messagePull(ConnectionContext context,
MessagePull pull) |
Modifier and Type | Method and Description |
---|---|
Response |
CommandVisitor.processMessagePull(MessagePull pull) |
Response |
ConnectionStateTracker.processMessagePull(MessagePull pull) |
Response |
CommandVisitorAdapter.processMessagePull(MessagePull pull) |
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.