Uses of Interface
org.apache.activemq.command.Command

Packages that use Command
Package
Description
The core JMS client API implementation classes.
Command objects used via the Command Pattern to communicate among nodes
 
 
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.
UDP based Transport implementation.