Uses of Class
org.apache.activemq.command.BaseCommand
Packages that use BaseCommand
Package
Description
Command objects used via the Command Pattern to communicate among nodes
-
Uses of BaseCommand in org.apache.activemq.command
Subclasses of BaseCommand in org.apache.activemq.commandModifier and TypeClassDescriptionclass
An implementation ofBlobMessage
for out of band BLOB transferclass
ABytesMessage
object is used to send a message containing a stream of uninterpreted bytes.class
AMapMessage
object is used to send a set of name-value pairs.class
class
AnObjectMessage
object is used to send a message that contains a serializable object in the Java programming language ("Java object").class
AStreamMessage
object is used to send a stream of primitive types in the Java programming language.class
class
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.class
Used to represent the durable subscriptions contained by the broker This is used to synchronize durable subs on bridge creationclass
Used to start and stop transports as well as terminating clients.class
class
class
Used to start and stop transports as well as terminating clients.class
class
Used to start and stop transports as well as terminating clients.class
class
class
Used to create and destroy destinations on the broker.class
class
An indication to the transport layer that a flush is required.class
class
class
Represents an ActiveMQ messageclass
class
class
class
Used to pull messages on demand.class
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.class
class
Removes a consumer, producer, session or connection.class
class
A general purpose replay command for some kind of producer where ranges of messages are asked to be replayed.class
class
class
class
Methods in org.apache.activemq.command with parameters of type BaseCommand -
Uses of BaseCommand in org.apache.activemq.state
Subclasses of BaseCommand in org.apache.activemq.state