Uses of Package
org.apache.activemq.command
Packages that use org.apache.activemq.command
Package
Description
The core JMS client API implementation classes.
Support for JMS Advisory messages as well as some helper listeners to listen to the clients, producers and consumers available.
Helper classes for dealing with out-of-band BLOB objects
Command objects used via the Command Pattern to communicate among nodes
Filter implementations for wildcards & JMS selectors
The core Transport abstraction and support classes
Discovery mechanism to discover brokers and clients.
Discovery implementation using multicast
Simple discovery implementation using a static list
Fail-Over Transport which will automatically reconnect to a failed transport and choose one of a list of possible transport implementations to use.
Fan-out Transport implementation which ensures that a message is sent to multiple destinations such as to ensure multiple brokers received a message for non-durable topic delivery to improve redundancy
A Multicast based Transport implementation.
The Reliable transport deals with out of order commands as well as dealing with checking for missed commands and possibly re-requesting the replay of dropped commands.
TCP/IP based Transport implementation.
UDP based Transport implementation.
-
Classes in org.apache.activemq.command used by org.apache.activemqClassDescriptionWhen 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.The Command Pattern so that we can send and receive commands on the different transportsUsed to start and stop transports as well as terminating clients.Used to start and stop transports as well as terminating clients.Represents an ActiveMQ messageA ProducerAck command is sent by a broker to a producer to let it know it has received and processed messages that it has produced.
-
Classes in org.apache.activemq.command used by org.apache.activemq.advisoryClassDescriptionUsed to create and destroy destinations on the broker.
-
Classes in org.apache.activemq.command used by org.apache.activemq.blob
-
Classes in org.apache.activemq.command used by org.apache.activemq.broker.regionClassDescriptionRepresents an ActiveMQ message
-
Classes in org.apache.activemq.command used by org.apache.activemq.broker.region.policy
-
Classes in org.apache.activemq.command used by org.apache.activemq.commandClassDescriptionWhen 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.Used to represent the durable subscriptions contained by the broker This is used to synchronize durable subs on bridge creationThe Command Pattern so that we can send and receive commands on the different transportsUsed to create and destroy destinations on the broker.Represents a discovery event containing the details of the serviceRepresents the logical endpoint where commands come from or are sent to.Represents an ActiveMQ messageRepresents a partial command; a large command that has been split up into pieces.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.Removes a consumer, producer, session or connection.
-
Classes in org.apache.activemq.command used by org.apache.activemq.filter
-
Classes in org.apache.activemq.command used by org.apache.activemq.openwireClassDescriptionThe Command Pattern so that we can send and receive commands on the different transports
-
Classes in org.apache.activemq.command used by org.apache.activemq.openwire.v1
-
Classes in org.apache.activemq.command used by org.apache.activemq.openwire.v10
-
Classes in org.apache.activemq.command used by org.apache.activemq.openwire.v11
-
Classes in org.apache.activemq.command used by org.apache.activemq.openwire.v12
-
Classes in org.apache.activemq.command used by org.apache.activemq.openwire.v9
-
Classes in org.apache.activemq.command used by org.apache.activemq.stateClassDescriptionWhen 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.Used to represent the durable subscriptions contained by the broker This is used to synchronize durable subs on bridge creationThe Command Pattern so that we can send and receive commands on the different transportsUsed to start and stop transports as well as terminating clients.Used to start and stop transports as well as terminating clients.Used to start and stop transports as well as terminating clients.Used to create and destroy destinations on the broker.An indication to the transport layer that a flush is required.Represents an ActiveMQ messageUsed to pull messages on demand.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.
-
Classes in org.apache.activemq.command used by org.apache.activemq.transportClassDescriptionWhen 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.
-
Classes in org.apache.activemq.command used by org.apache.activemq.transport.discovery
-
Classes in org.apache.activemq.command used by org.apache.activemq.transport.discovery.multicast
-
Classes in org.apache.activemq.command used by org.apache.activemq.transport.discovery.simple
-
Classes in org.apache.activemq.command used by org.apache.activemq.transport.discovery.zeroconf
-
Classes in org.apache.activemq.command used by org.apache.activemq.transport.failoverClassDescriptionUsed to start and stop transports as well as terminating clients.
-
Classes in org.apache.activemq.command used by org.apache.activemq.transport.fanoutClassDescriptionThe Command Pattern so that we can send and receive commands on the different transports
-
Classes in org.apache.activemq.command used by org.apache.activemq.transport.multicast
-
Classes in org.apache.activemq.command used by org.apache.activemq.transport.reliableClassDescriptionThe Command Pattern so that we can send and receive commands on the different transportsA general purpose replay command for some kind of producer where ranges of messages are asked to be replayed.
-
Classes in org.apache.activemq.command used by org.apache.activemq.transport.tcpClassDescriptionWhen 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.
-
Classes in org.apache.activemq.command used by org.apache.activemq.transport.udpClassDescriptionA default endpoint.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.The Command Pattern so that we can send and receive commands on the different transportsRepresents the logical endpoint where commands come from or are sent to.
-
Classes in org.apache.activemq.command used by org.apache.activemq.util