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 TypeClassDescriptionclassAn implementation ofBlobMessagefor out of band BLOB transferclassABytesMessageobject is used to send a message containing a stream of uninterpreted bytes.classAMapMessageobject is used to send a set of name-value pairs.classclassAnObjectMessageobject is used to send a message that contains a serializable object in the Java programming language ("Java object").classAStreamMessageobject is used to send a stream of primitive types in the Java programming language.classclassWhen 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.classUsed to represent the durable subscriptions contained by the broker This is used to synchronize durable subs on bridge creationclassUsed to start and stop transports as well as terminating clients.classclassclassUsed to start and stop transports as well as terminating clients.classclassUsed to start and stop transports as well as terminating clients.classclassclassUsed to create and destroy destinations on the broker.classclassAn indication to the transport layer that a flush is required.classclassclassRepresents an ActiveMQ messageclassclassclassclassUsed to pull messages on demand.classA ProducerAck command is sent by a broker to a producer to let it know it has received and processed messages that it has produced.classclassRemoves a consumer, producer, session or connection.classclassA general purpose replay command for some kind of producer where ranges of messages are asked to be replayed.classclassclassclassMethods 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