Uses of Package
org.apache.activemq.wireformat

Package
Description
Command objects used via the Command Pattern to communicate among nodes
 
The core Transport abstraction and support classes
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 mock implementation of the Transport layer useful for testing
A Multicast based Transport implementation.
 
TCP/IP based Transport implementation.
UDP based Transport implementation.
An API for WireFormats which are used to turn object into bytes and bytes into objects.