Package | Description |
---|---|
org.apache.activemq |
The core JMS client API implementation classes.
|
org.apache.activemq.broker |
The core classes for the ActiveMQ Message Broker and its connectors.
|
org.apache.activemq.broker.jmx |
JMX MBeans for the broker and its core 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.command |
Command objects used via the Command Pattern to communicate among nodes
|
org.apache.activemq.state | |
org.apache.activemq.transport |
The core Transport abstraction and support classes
|
org.apache.activemq.transport.mqtt |
A Broker side implementation of the MQTT 3.1 protocol - see http://mqtt.org/
|
org.apache.activemq.transport.stomp |
An implementation of the Stomp protocol which is a simple wire protocol for writing clients for ActiveMQ in different
languages like Ruby, Python, PHP, C etc.
|
org.apache.activemq.transport.tcp |
TCP/IP based Transport implementation.
|
Modifier and Type | Method and Description |
---|---|
Response |
ActiveMQSession.syncSendPacket(Command command)
Send the synchronous command.
|
Response |
ActiveMQConnection.syncSendPacket(Command command)
Send a packet through a Connection - for internal use only
|
Response |
ActiveMQConnection.syncSendPacket(Command command,
int timeout) |
Modifier and Type | Method and Description |
---|---|
Response |
ManagedTransportConnection.processAddConnection(ConnectionInfo info) |
Modifier and Type | Method and Description |
---|---|
Response |
RegionBroker.messagePull(ConnectionContext context,
MessagePull pull) |
Response |
AbstractRegion.messagePull(ConnectionContext context,
MessagePull pull) |
Response |
Region.messagePull(ConnectionContext context,
MessagePull pull)
Allows a consumer to pull a message from a queue
|
Response |
PrefetchSubscription.pullMessage(ConnectionContext context,
MessagePull pull)
Allows a message to be pulled on demand by a client
|
Response |
Subscription.pullMessage(ConnectionContext context,
MessagePull pull)
Allows a consumer to pull a message on demand
|
Response |
TopicSubscription.pullMessage(ConnectionContext context,
MessagePull pull) |
Modifier and Type | Method and Description |
---|---|
Response |
LoggingBrokerPlugin.messagePull(ConnectionContext context,
MessagePull pull) |
Response |
DestinationPathSeparatorBroker.messagePull(ConnectionContext context,
MessagePull pull) |
Response |
UDPTraceBrokerPlugin.messagePull(ConnectionContext context,
MessagePull pull) |
Modifier and Type | Class and Description |
---|---|
class |
DataArrayResponse |
class |
DataResponse |
class |
ExceptionResponse |
class |
IntegerResponse |
Modifier and Type | Method and Description |
---|---|
Response |
MessagePull.visit(CommandVisitor visitor) |
Response |
PartialCommand.visit(CommandVisitor visitor) |
Response |
ConnectionError.visit(CommandVisitor visitor) |
Response |
BrokerInfo.visit(CommandVisitor visitor) |
Response |
ActiveMQMessage.visit(CommandVisitor visitor) |
Response |
FlushCommand.visit(CommandVisitor visitor) |
Response |
SessionInfo.visit(CommandVisitor visitor) |
Response |
BrokerSubscriptionInfo.visit(CommandVisitor visitor) |
Response |
WireFormatInfo.visit(CommandVisitor visitor) |
Response |
ReplayCommand.visit(CommandVisitor visitor) |
Response |
DestinationInfo.visit(CommandVisitor visitor) |
Response |
ConsumerInfo.visit(CommandVisitor visitor) |
Response |
Command.visit(CommandVisitor visitor) |
Response |
ProducerAck.visit(CommandVisitor visitor) |
Response |
ConnectionInfo.visit(CommandVisitor visitor) |
Response |
ShutdownInfo.visit(CommandVisitor visitor) |
Response |
Response.visit(CommandVisitor visitor) |
Response |
MessageAck.visit(CommandVisitor visitor) |
Response |
ConsumerControl.visit(CommandVisitor visitor) |
Response |
ControlCommand.visit(CommandVisitor visitor) |
Response |
MessageDispatchNotification.visit(CommandVisitor visitor) |
Response |
ProducerInfo.visit(CommandVisitor visitor) |
Response |
RemoveInfo.visit(CommandVisitor visitor) |
Response |
ConnectionControl.visit(CommandVisitor visitor) |
Response |
TransactionInfo.visit(CommandVisitor visitor) |
Response |
KeepAliveInfo.visit(CommandVisitor visitor) |
Response |
RemoveSubscriptionInfo.visit(CommandVisitor visitor) |
Response |
LastPartialCommand.visit(CommandVisitor visitor) |
Response |
MessageDispatch.visit(CommandVisitor visitor) |
Modifier and Type | Class and Description |
---|---|
class |
Tracked |
Modifier and Type | Method and Description |
---|---|
Response |
FutureResponse.getResult() |
Response |
FutureResponse.getResult(int timeout) |
Modifier and Type | Method and Description |
---|---|
void |
FutureResponse.set(Response result) |
Modifier and Type | Method and Description |
---|---|
void |
ResponseHandler.onResponse(MQTTProtocolConverter converter,
Response response) |
Modifier and Type | Method and Description |
---|---|
Response |
StompFrame.visit(CommandVisitor visitor) |
Modifier and Type | Field and Description |
---|---|
protected Response |
ResponseHolder.response |
Modifier and Type | Method and Description |
---|---|
Response |
ResponseHolder.getResponse()
Get the Response
|
Response |
ResponseHolder.getResponse(int timeout)
wait up to
timeout timeout milliseconds to get a receipt |
Modifier and Type | Method and Description |
---|---|
void |
ResponseHolder.setResponse(Response r)
Set the Response for this holder
|
Copyright © 2005–2017. All rights reserved.