See: Description
| Interface | Description |
|---|---|
| BooleanExpression | |
| CachedEncodingTrait | |
| Command |
The Command Pattern so that we can send and receive commands on the different
transports
|
| CommandTypes |
Holds the command id constants used by the command objects.
|
| DataStructure | |
| MarshallAware |
| Class | Description |
|---|---|
| ActiveMQBlobMessage | |
| ActiveMQBytesMessage | |
| ActiveMQDestination | |
| ActiveMQMapMessage | |
| ActiveMQMessage | |
| ActiveMQObjectMessage | |
| ActiveMQQueue | |
| ActiveMQStreamMessage | |
| ActiveMQTempDestination | |
| ActiveMQTempQueue | |
| ActiveMQTempTopic | |
| ActiveMQTextMessage | |
| ActiveMQTopic | |
| BaseCommand | |
| BrokerId | |
| BrokerInfo |
When a client connects to a broker, the broker send the client a BrokerInfo
so that the client knows which broker node he's talking to and also any peers
that the node has in his cluster.
|
| ConnectionControl |
Used to start and stop transports as well as terminating clients.
|
| ConnectionError | |
| ConnectionId | |
| ConnectionInfo | |
| ConsumerControl |
Used to start and stop transports as well as terminating clients.
|
| ConsumerId | |
| ConsumerInfo | |
| ControlCommand |
Used to start and stop transports as well as terminating clients.
|
| DataArrayResponse | |
| DataResponse | |
| DestinationInfo |
Used to create and destroy destinations on the broker.
|
| DiscoveryEvent |
Represents a discovery event containing the details of the service
|
| ExceptionResponse | |
| FlushCommand |
An indication to the transport layer that a flush is required.
|
| IntegerResponse | |
| KeepAliveInfo | |
| LastPartialCommand |
Represents the end marker of a stream of
PartialCommand instances. |
| LocalTransactionId | |
| Message |
Represents an ActiveMQ message
|
| MessageAck | |
| MessageDispatch | |
| MessageDispatchNotification | |
| MessageId | |
| MessagePull |
Used to pull messages on demand.
|
| NetworkBridgeFilter | |
| PartialCommand |
Represents a partial command; a large command that has been split up into
pieces.
|
| ProducerAck |
A ProducerAck command is sent by a broker to a producer to let it know it has
received and processed messages that it has produced.
|
| ProducerId | |
| ProducerInfo | |
| RemoveInfo |
Removes a consumer, producer, session or connection.
|
| RemoveSubscriptionInfo | |
| ReplayCommand |
A general purpose replay command for some kind of producer where ranges of
messages are asked to be replayed.
|
| Response | |
| SessionId | |
| SessionInfo | |
| ShutdownInfo | |
| SubscriptionInfo |
Used to represent a durable subscription.
|
| TransactionId | |
| TransactionInfo | |
| WireFormatInfo | |
| XATransactionId |
Command objects used via the Command Pattern to communicate among nodes
Copyright © 2011–2015 Red Hat. All rights reserved.