Uses of Package
org.apache.activemq.command
-
Packages that use org.apache.activemq.command Package Description org.apache.activemq The core JMS client API implementation classes.org.apache.activemq.advisory Support for JMS Advisory messages as well as some helper listeners to listen to the clients, producers and consumers available.org.apache.activemq.blob Helper classes for dealing with out-of-band BLOB objectsorg.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors.org.apache.activemq.broker.cluster org.apache.activemq.broker.inteceptor MessageInteceptor malarkyorg.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.region.cursors Cursors used to page persistent messages into the broker from the storeorg.apache.activemq.broker.region.group Classes to implement the Message Groups feature.org.apache.activemq.broker.region.policy The policies which can be associated with a particular destination or wildcard.org.apache.activemq.broker.region.virtual Implementation classes for Virtual Destinationsorg.apache.activemq.broker.scheduler The Message Scheduler for delayed (or scheduled) message deliveryorg.apache.activemq.broker.util Some utility Broker Pluginsorg.apache.activemq.broker.view Broker Plugins for visualising the current systemorg.apache.activemq.command Command objects used via the Command Pattern to communicate among nodesorg.apache.activemq.console.filter org.apache.activemq.filter Filter implementations for wildcards & JMS selectorsorg.apache.activemq.junit org.apache.activemq.memory.buffer org.apache.activemq.memory.list org.apache.activemq.network Support for federated networks of brokers.org.apache.activemq.openwire org.apache.activemq.openwire.v1 org.apache.activemq.openwire.v10 org.apache.activemq.openwire.v11 org.apache.activemq.openwire.v12 org.apache.activemq.openwire.v2 org.apache.activemq.openwire.v3 org.apache.activemq.openwire.v4 org.apache.activemq.openwire.v5 org.apache.activemq.openwire.v6 org.apache.activemq.openwire.v7 org.apache.activemq.openwire.v8 org.apache.activemq.openwire.v9 org.apache.activemq.partition org.apache.activemq.plugin org.apache.activemq.plugin.java org.apache.activemq.ra JCA managed connections and resource adapters for working with ActiveMQorg.apache.activemq.security Plugable Security Adapter framework along with default implementations such as the JAAS implementation.org.apache.activemq.shiro org.apache.activemq.shiro.authc org.apache.activemq.shiro.authz org.apache.activemq.shiro.subject org.apache.activemq.state org.apache.activemq.store The APIs which need to be implemented for persistent message stores for durable messagingorg.apache.activemq.store.jdbc Message persistence implemented using JDBCorg.apache.activemq.store.jdbc.adapter Implements database/driver apapters to compensate for the wide differences in the BLOB handing of JDBC drivers.org.apache.activemq.store.journal Message persistence using a high performance transaction log via the Journal interface.org.apache.activemq.store.kahadb org.apache.activemq.store.memory VM based implementation of message persistenceorg.apache.activemq.transaction org.apache.activemq.transport The core Transport abstraction and support classesorg.apache.activemq.transport.amqp A Broker side implementation of the AMQP 3.1 protocol - see http://amqp.org/org.apache.activemq.transport.amqp.message org.apache.activemq.transport.amqp.protocol org.apache.activemq.transport.amqp.sasl org.apache.activemq.transport.discovery Discovery mechanism to discover brokers and clients.org.apache.activemq.transport.discovery.http org.apache.activemq.transport.discovery.multicast Discovery implementation using multicastorg.apache.activemq.transport.discovery.simple Simple discovery implementation using a static listorg.apache.activemq.transport.discovery.zeroconf org.apache.activemq.transport.failover Fail-Over Transport which will automatically reconnect to a failed transport and choose one of a list of possible transport implementations to use.org.apache.activemq.transport.fanout 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 redundancyorg.apache.activemq.transport.http A transport using the HTTP protocol to allow ActiveMQ to tunnel through firewalls.org.apache.activemq.transport.mqtt A Broker side implementation of the MQTT 3.1 protocol - see http://mqtt.org/org.apache.activemq.transport.mqtt.strategy org.apache.activemq.transport.multicast A Multicast based Transport implementation.org.apache.activemq.transport.reliable 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.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.org.apache.activemq.transport.udp UDP based Transport implementation.org.apache.activemq.transport.vm In-JVM based Transport implementation.org.apache.activemq.transport.ws org.apache.activemq.util org.apache.activemq.web Web Connectors so that messages can be sent via HTTP POST or read via HTTP POST or GET as well as support for web streaming to web browser or JavaScript clients.org.apache.activemq.web.controller -
Classes in org.apache.activemq.command used by org.apache.activemq Class Description ActiveMQDestination ActiveMQMessage ActiveMQTempDestination 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.Command The Command Pattern so that we can send and receive commands on the different transportsConnectionControl Used to start and stop transports as well as terminating clients.ConnectionInfo ConsumerControl Used to start and stop transports as well as terminating clients.ConsumerId ConsumerInfo Message Represents an ActiveMQ messageMessageAck MessageDispatch MessageId 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 Response SessionId SessionInfo TransactionId WireFormatInfo -
Classes in org.apache.activemq.command used by org.apache.activemq.advisory Class Description ActiveMQDestination ActiveMQMessage ActiveMQQueue ActiveMQTempQueue ActiveMQTempTopic ActiveMQTopic 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.Command The Command Pattern so that we can send and receive commands on the different transportsConnectionId ConnectionInfo ConsumerId ConsumerInfo DestinationInfo Used to create and destroy destinations on the broker.ProducerId ProducerInfo RemoveSubscriptionInfo -
Classes in org.apache.activemq.command used by org.apache.activemq.blob Class Description ActiveMQBlobMessage An implementation ofBlobMessage
for out of band BLOB transfer -
Classes in org.apache.activemq.command used by org.apache.activemq.broker Class Description ActiveMQDestination 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.BrokerSubscriptionInfo Used to represent the durable subscriptions contained by the broker This is used to synchronize durable subs on bridge creationCommand The Command Pattern so that we can send and receive commands on the different transportsConnectionControl 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.DestinationInfo Used to create and destroy destinations on the broker.FlushCommand An indication to the transport layer that a flush is required.KeepAliveInfo Message Represents an ActiveMQ messageMessageAck MessageDispatch MessageDispatchNotification MessagePull Used to pull messages on demand.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 RemoveSubscriptionInfo Response SessionId SessionInfo ShutdownInfo TransactionId TransactionInfo WireFormatInfo XATransactionId -
Classes in org.apache.activemq.command used by org.apache.activemq.broker.cluster Class Description ConsumerInfo -
Classes in org.apache.activemq.command used by org.apache.activemq.broker.inteceptor Class Description ActiveMQDestination Message Represents an ActiveMQ message -
Classes in org.apache.activemq.command used by org.apache.activemq.broker.jmx Class Description ActiveMQDestination 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.ConnectionInfo ConsumerInfo Message Represents an ActiveMQ messageProducerInfo Response SubscriptionInfo Used to represent a durable subscription. -
Classes in org.apache.activemq.command used by org.apache.activemq.broker.region Class Description ActiveMQDestination ActiveMQTopic 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.ConnectionId ConnectionInfo ConsumerControl Used to start and stop transports as well as terminating clients.ConsumerId ConsumerInfo DestinationInfo Used to create and destroy destinations on the broker.Message Represents an ActiveMQ messageMessage.MessageDestination MessageAck MessageDispatch MessageDispatchNotification MessageId MessagePull Used to pull messages on demand.ProducerInfo RemoveSubscriptionInfo Response SubscriptionInfo Used to represent a durable subscription.TransactionId -
Classes in org.apache.activemq.command used by org.apache.activemq.broker.region.cursors Class Description Message Represents an ActiveMQ messageMessageId -
Classes in org.apache.activemq.command used by org.apache.activemq.broker.region.group Class Description ConsumerId -
Classes in org.apache.activemq.command used by org.apache.activemq.broker.region.policy Class Description ActiveMQDestination ActiveMQMessage Message Represents an ActiveMQ messageProducerId -
Classes in org.apache.activemq.command used by org.apache.activemq.broker.region.virtual Class Description ActiveMQDestination Message Represents an ActiveMQ messageMessage.MessageDestination -
Classes in org.apache.activemq.command used by org.apache.activemq.broker.scheduler Class Description ActiveMQDestination Message Represents an ActiveMQ message -
Classes in org.apache.activemq.command used by org.apache.activemq.broker.util Class Description ActiveMQDestination 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.ConnectionInfo ConsumerControl Used to start and stop transports as well as terminating clients.ConsumerInfo DestinationInfo Used to create and destroy destinations on the broker.Message Represents an ActiveMQ messageMessageAck MessageDispatch MessageDispatchNotification MessagePull Used to pull messages on demand.ProducerInfo RemoveSubscriptionInfo Response SessionInfo TransactionId -
Classes in org.apache.activemq.command used by org.apache.activemq.broker.view Class Description ActiveMQDestination ActiveMQQueue ActiveMQTempQueue ActiveMQTempTopic ActiveMQTopic ConsumerInfo Message Represents an ActiveMQ messageProducerId ProducerInfo -
Classes in org.apache.activemq.command used by org.apache.activemq.command Class Description ActiveMQDestination ActiveMQMessage ActiveMQTempDestination 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.BrokerSubscriptionInfo Used to represent the durable subscriptions contained by the broker This is used to synchronize durable subs on bridge creationCommand The Command Pattern so that we can send and receive commands on the different transportsConnectionId ConnectionInfo ConsumerId ConsumerInfo DataStructure DestinationInfo Used to create and destroy destinations on the broker.DiscoveryEvent Represents a discovery event containing the details of the serviceEndpoint Represents the logical endpoint where commands come from or are sent to.LocalTransactionId MarshallAware Message Represents an ActiveMQ messageMessage.MessageDestination MessageAck MessageDispatch MessageId 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.Response SessionId SessionInfo TransactionId TransientInitializer UnresolvedDestinationTransformer -
Classes in org.apache.activemq.command used by org.apache.activemq.console.filter Class Description ActiveMQBytesMessage ABytesMessage
object is used to send a message containing a stream of uninterpreted bytes.ActiveMQMapMessage AMapMessage
object is used to send a set of name-value pairs.ActiveMQMessage ActiveMQObjectMessage AnObjectMessage
object is used to send a message that contains a serializable object in the Java programming language ("Java object").ActiveMQQueue ActiveMQStreamMessage AStreamMessage
object is used to send a stream of primitive types in the Java programming language.ActiveMQTextMessage ActiveMQTopic -
Classes in org.apache.activemq.command used by org.apache.activemq.filter Class Description ActiveMQDestination DataStructure Message Represents an ActiveMQ message -
Classes in org.apache.activemq.command used by org.apache.activemq.junit Class Description ActiveMQDestination -
Classes in org.apache.activemq.command used by org.apache.activemq.memory.buffer Class Description ActiveMQMessage -
Classes in org.apache.activemq.command used by org.apache.activemq.memory.list Class Description ActiveMQDestination Message Represents an ActiveMQ message -
Classes in org.apache.activemq.command used by org.apache.activemq.network Class Description ActiveMQDestination 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.Command The Command Pattern so that we can send and receive commands on the different transportsConnectionInfo ConsumerId ConsumerInfo DiscoveryEvent Represents a discovery event containing the details of the serviceMessage Represents an ActiveMQ messageMessageDispatch MessageId NetworkBridgeFilter ProducerInfo SessionInfo SubscriptionInfo Used to represent a durable subscription. -
Classes in org.apache.activemq.command used by org.apache.activemq.openwire Class Description Command The Command Pattern so that we can send and receive commands on the different transportsDataStructure WireFormatInfo -
Classes in org.apache.activemq.command used by org.apache.activemq.openwire.v1 Class Description DataStructure -
Classes in org.apache.activemq.command used by org.apache.activemq.openwire.v10 Class Description DataStructure -
Classes in org.apache.activemq.command used by org.apache.activemq.openwire.v11 Class Description DataStructure -
Classes in org.apache.activemq.command used by org.apache.activemq.openwire.v12 Class Description DataStructure -
Classes in org.apache.activemq.command used by org.apache.activemq.openwire.v2 Class Description DataStructure -
Classes in org.apache.activemq.command used by org.apache.activemq.openwire.v3 Class Description DataStructure -
Classes in org.apache.activemq.command used by org.apache.activemq.openwire.v4 Class Description DataStructure -
Classes in org.apache.activemq.command used by org.apache.activemq.openwire.v5 Class Description DataStructure -
Classes in org.apache.activemq.command used by org.apache.activemq.openwire.v6 Class Description DataStructure -
Classes in org.apache.activemq.command used by org.apache.activemq.openwire.v7 Class Description DataStructure -
Classes in org.apache.activemq.command used by org.apache.activemq.openwire.v8 Class Description DataStructure -
Classes in org.apache.activemq.command used by org.apache.activemq.openwire.v9 Class Description DataStructure -
Classes in org.apache.activemq.command used by org.apache.activemq.partition Class Description ActiveMQDestination ConnectionId ConnectionInfo Message Represents an ActiveMQ message -
Classes in org.apache.activemq.command used by org.apache.activemq.plugin Class Description ActiveMQDestination ActiveMQMapMessage AMapMessage
object is used to send a set of name-value pairs.ConnectionInfo ConsumerInfo Message Represents an ActiveMQ messageProducerId -
Classes in org.apache.activemq.command used by org.apache.activemq.plugin.java Class Description ActiveMQDestination -
Classes in org.apache.activemq.command used by org.apache.activemq.ra Class Description ActiveMQDestination TransactionId -
Classes in org.apache.activemq.command used by org.apache.activemq.security Class Description ActiveMQDestination ConnectionInfo ConsumerInfo DestinationInfo Used to create and destroy destinations on the broker.Message Represents an ActiveMQ messageMessage.MessageDestination ProducerInfo -
Classes in org.apache.activemq.command used by org.apache.activemq.shiro Class Description ConnectionInfo -
Classes in org.apache.activemq.command used by org.apache.activemq.shiro.authc Class Description ConnectionInfo -
Classes in org.apache.activemq.command used by org.apache.activemq.shiro.authz Class Description ActiveMQDestination ConsumerInfo DestinationInfo Used to create and destroy destinations on the broker.Message Represents an ActiveMQ messageProducerInfo -
Classes in org.apache.activemq.command used by org.apache.activemq.shiro.subject Class Description ActiveMQDestination ConnectionInfo -
Classes in org.apache.activemq.command used by org.apache.activemq.state Class Description ActiveMQDestination BaseCommand 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.BrokerSubscriptionInfo Used to represent the durable subscriptions contained by the broker This is used to synchronize durable subs on bridge creationCommand The Command Pattern so that we can send and receive commands on the different transportsConnectionControl 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.DataStructure DestinationInfo Used to create and destroy destinations on the broker.FlushCommand An indication to the transport layer that a flush is required.KeepAliveInfo Message Represents an ActiveMQ messageMessageAck MessageDispatch MessageDispatchNotification MessagePull Used to pull messages on demand.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 RemoveSubscriptionInfo Response SessionId SessionInfo ShutdownInfo TransactionId TransactionInfo WireFormatInfo -
Classes in org.apache.activemq.command used by org.apache.activemq.store Class Description ActiveMQDestination ActiveMQQueue ActiveMQTopic Message Represents an ActiveMQ messageMessageAck MessageId ProducerId SubscriptionInfo Used to represent a durable subscription.TransactionId XATransactionId -
Classes in org.apache.activemq.command used by org.apache.activemq.store.jdbc Class Description ActiveMQDestination ActiveMQQueue ActiveMQTopic Message Represents an ActiveMQ messageMessageAck MessageId ProducerId SubscriptionInfo Used to represent a durable subscription.TransactionId XATransactionId -
Classes in org.apache.activemq.command used by org.apache.activemq.store.jdbc.adapter Class Description ActiveMQDestination MessageId ProducerId SubscriptionInfo Used to represent a durable subscription.XATransactionId -
Classes in org.apache.activemq.command used by org.apache.activemq.store.journal Class Description ActiveMQDestination ActiveMQQueue ActiveMQTopic DataStructure JournalTopicAck Message Represents an ActiveMQ messageMessageAck MessageId ProducerId SubscriptionInfo Used to represent a durable subscription.TransactionId -
Classes in org.apache.activemq.command used by org.apache.activemq.store.kahadb Class Description ActiveMQDestination ActiveMQQueue ActiveMQTopic Message Represents an ActiveMQ messageMessageAck MessageId ProducerId TransactionId XATransactionId -
Classes in org.apache.activemq.command used by org.apache.activemq.store.memory Class Description ActiveMQDestination ActiveMQQueue ActiveMQTopic Message Represents an ActiveMQ messageMessageAck MessageId ProducerId SubscriptionInfo Used to represent a durable subscription.TransactionId -
Classes in org.apache.activemq.command used by org.apache.activemq.transaction Class Description ConnectionId LocalTransactionId TransactionId XATransactionId -
Classes in org.apache.activemq.command used by org.apache.activemq.transport Class Description 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.Response WireFormatInfo -
Classes in org.apache.activemq.command used by org.apache.activemq.transport.amqp Class Description ActiveMQDestination Command The Command Pattern so that we can send and receive commands on the different transportsResponse -
Classes in org.apache.activemq.command used by org.apache.activemq.transport.amqp.message Class Description ActiveMQBytesMessage ABytesMessage
object is used to send a message containing a stream of uninterpreted bytes.ActiveMQMapMessage AMapMessage
object is used to send a set of name-value pairs.ActiveMQMessage ActiveMQObjectMessage AnObjectMessage
object is used to send a message that contains a serializable object in the Java programming language ("Java object").ActiveMQTextMessage -
Classes in org.apache.activemq.command used by org.apache.activemq.transport.amqp.protocol Class Description ActiveMQDestination Command The Command Pattern so that we can send and receive commands on the different transportsConnectionId ConsumerControl Used to start and stop transports as well as terminating clients.ConsumerId ConsumerInfo LocalTransactionId MessageDispatch ProducerId ProducerInfo SessionId TransactionId -
Classes in org.apache.activemq.command used by org.apache.activemq.transport.amqp.sasl Class Description ConnectionInfo -
Classes in org.apache.activemq.command used by org.apache.activemq.transport.discovery Class Description DiscoveryEvent Represents a discovery event containing the details of the service -
Classes in org.apache.activemq.command used by org.apache.activemq.transport.discovery.http Class Description DiscoveryEvent Represents a discovery event containing the details of the service -
Classes in org.apache.activemq.command used by org.apache.activemq.transport.discovery.multicast Class Description DiscoveryEvent Represents a discovery event containing the details of the service -
Classes in org.apache.activemq.command used by org.apache.activemq.transport.discovery.simple Class Description DiscoveryEvent Represents a discovery event containing the details of the service -
Classes in org.apache.activemq.command used by org.apache.activemq.transport.discovery.zeroconf Class Description DiscoveryEvent Represents a discovery event containing the details of the service -
Classes in org.apache.activemq.command used by org.apache.activemq.transport.failover Class Description ConnectionControl Used to start and stop transports as well as terminating clients.ConnectionId -
Classes in org.apache.activemq.command used by org.apache.activemq.transport.fanout Class Description Command The 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.http Class Description 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. -
Classes in org.apache.activemq.command used by org.apache.activemq.transport.mqtt Class Description ActiveMQDestination ActiveMQMessage Command The Command Pattern so that we can send and receive commands on the different transportsConnectionId ConsumerInfo MessageAck MessageDispatch Response SessionId -
Classes in org.apache.activemq.command used by org.apache.activemq.transport.mqtt.strategy Class Description ActiveMQDestination ConsumerId ConsumerInfo SubscriptionInfo Used to represent a durable subscription. -
Classes in org.apache.activemq.command used by org.apache.activemq.transport.multicast Class Description Command The Command Pattern so that we can send and receive commands on the different transportsEndpoint Represents the logical endpoint where commands come from or are sent to. -
Classes in org.apache.activemq.command used by org.apache.activemq.transport.reliable Class Description Command The Command Pattern so that we can send and receive commands on the different transportsReplayCommand A 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.stomp Class Description ActiveMQDestination ActiveMQMapMessage AMapMessage
object is used to send a set of name-value pairs.ActiveMQMessage ActiveMQObjectMessage AnObjectMessage
object is used to send a message that contains a serializable object in the Java programming language ("Java object").Command The Command Pattern so that we can send and receive commands on the different transportsConsumerInfo DataStructure Endpoint Represents the logical endpoint where commands come from or are sent to.MessageAck MessageDispatch MessageId Response TransactionId WireFormatInfo -
Classes in org.apache.activemq.command used by org.apache.activemq.transport.tcp Class Description 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.Response -
Classes in org.apache.activemq.command used by org.apache.activemq.transport.udp Class Description BaseEndpoint A default endpoint.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.Command The Command Pattern so that we can send and receive commands on the different transportsEndpoint Represents the logical endpoint where commands come from or are sent to. -
Classes in org.apache.activemq.command used by org.apache.activemq.transport.vm Class Description 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. -
Classes in org.apache.activemq.command used by org.apache.activemq.transport.ws Class Description 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.Command The 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.util Class Description ActiveMQDestination BrokerSubscriptionInfo Used to represent the durable subscriptions contained by the broker This is used to synchronize durable subs on bridge creationConsumerInfo Message Represents an ActiveMQ messageSubscriptionInfo Used to represent a durable subscription. -
Classes in org.apache.activemq.command used by org.apache.activemq.web Class Description ActiveMQDestination -
Classes in org.apache.activemq.command used by org.apache.activemq.web.controller Class Description ActiveMQDestination