Uses of Package
org.apache.activemq.wireformat
-
Packages that use org.apache.activemq.wireformat Package Description org.apache.activemq.broker.util Some utility Broker Pluginsorg.apache.activemq.command Command objects used via the Command Pattern to communicate among nodesorg.apache.activemq.openwire org.apache.activemq.store.jdbc Message persistence implemented using JDBCorg.apache.activemq.store.journal Message persistence using a high performance transaction log via the Journal interface.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.auto org.apache.activemq.transport.auto.nio 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.https A transport using the HTTPS protocol (built on top of the HTTP transport) to allow ActiveMQ to tunnel through firewalls using SSL.org.apache.activemq.transport.mock A mock implementation of the Transport layer useful for testingorg.apache.activemq.transport.mqtt A Broker side implementation of the MQTT 3.1 protocol - see http://mqtt.org/org.apache.activemq.transport.multicast A Multicast based Transport implementation.org.apache.activemq.transport.nio 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.util org.apache.activemq.transport.vm In-JVM based Transport implementation.org.apache.activemq.transport.ws org.apache.activemq.transport.xstream org.apache.activemq.wireformat An API for WireFormats which are used to turn object into bytes and bytes into objects. -
Classes in org.apache.activemq.wireformat used by org.apache.activemq.broker.util Class Description WireFormat Provides a mechanism to marshal commands into and out of packets or into and out of streams, Channels and Datagrams.WireFormatFactory -
Classes in org.apache.activemq.wireformat used by org.apache.activemq.command Class Description WireFormat Provides a mechanism to marshal commands into and out of packets or into and out of streams, Channels and Datagrams. -
Classes in org.apache.activemq.wireformat used by org.apache.activemq.openwire Class Description WireFormat Provides a mechanism to marshal commands into and out of packets or into and out of streams, Channels and Datagrams.WireFormatFactory -
Classes in org.apache.activemq.wireformat used by org.apache.activemq.store.jdbc Class Description WireFormat Provides a mechanism to marshal commands into and out of packets or into and out of streams, Channels and Datagrams. -
Classes in org.apache.activemq.wireformat used by org.apache.activemq.store.journal Class Description WireFormat Provides a mechanism to marshal commands into and out of packets or into and out of streams, Channels and Datagrams. -
Classes in org.apache.activemq.wireformat used by org.apache.activemq.transport Class Description WireFormat Provides a mechanism to marshal commands into and out of packets or into and out of streams, Channels and Datagrams.WireFormatFactory -
Classes in org.apache.activemq.wireformat used by org.apache.activemq.transport.amqp Class Description WireFormat Provides a mechanism to marshal commands into and out of packets or into and out of streams, Channels and Datagrams.WireFormatFactory -
Classes in org.apache.activemq.wireformat used by org.apache.activemq.transport.auto Class Description WireFormat Provides a mechanism to marshal commands into and out of packets or into and out of streams, Channels and Datagrams.WireFormatFactory -
Classes in org.apache.activemq.wireformat used by org.apache.activemq.transport.auto.nio Class Description WireFormat Provides a mechanism to marshal commands into and out of packets or into and out of streams, Channels and Datagrams. -
Classes in org.apache.activemq.wireformat used by org.apache.activemq.transport.failover Class Description WireFormat Provides a mechanism to marshal commands into and out of packets or into and out of streams, Channels and Datagrams. -
Classes in org.apache.activemq.wireformat used by org.apache.activemq.transport.fanout Class Description WireFormat Provides a mechanism to marshal commands into and out of packets or into and out of streams, Channels and Datagrams. -
Classes in org.apache.activemq.wireformat used by org.apache.activemq.transport.http Class Description WireFormat Provides a mechanism to marshal commands into and out of packets or into and out of streams, Channels and Datagrams. -
Classes in org.apache.activemq.wireformat used by org.apache.activemq.transport.https Class Description WireFormat Provides a mechanism to marshal commands into and out of packets or into and out of streams, Channels and Datagrams. -
Classes in org.apache.activemq.wireformat used by org.apache.activemq.transport.mock Class Description WireFormat Provides a mechanism to marshal commands into and out of packets or into and out of streams, Channels and Datagrams. -
Classes in org.apache.activemq.wireformat used by org.apache.activemq.transport.mqtt Class Description WireFormat Provides a mechanism to marshal commands into and out of packets or into and out of streams, Channels and Datagrams.WireFormatFactory -
Classes in org.apache.activemq.wireformat used by org.apache.activemq.transport.multicast Class Description WireFormat Provides a mechanism to marshal commands into and out of packets or into and out of streams, Channels and Datagrams. -
Classes in org.apache.activemq.wireformat used by org.apache.activemq.transport.nio Class Description WireFormat Provides a mechanism to marshal commands into and out of packets or into and out of streams, Channels and Datagrams. -
Classes in org.apache.activemq.wireformat used by org.apache.activemq.transport.stomp Class Description WireFormat Provides a mechanism to marshal commands into and out of packets or into and out of streams, Channels and Datagrams.WireFormatFactory -
Classes in org.apache.activemq.wireformat used by org.apache.activemq.transport.tcp Class Description WireFormat Provides a mechanism to marshal commands into and out of packets or into and out of streams, Channels and Datagrams.WireFormatFactory -
Classes in org.apache.activemq.wireformat used by org.apache.activemq.transport.udp Class Description WireFormat Provides a mechanism to marshal commands into and out of packets or into and out of streams, Channels and Datagrams. -
Classes in org.apache.activemq.wireformat used by org.apache.activemq.transport.util Class Description WireFormat Provides a mechanism to marshal commands into and out of packets or into and out of streams, Channels and Datagrams. -
Classes in org.apache.activemq.wireformat used by org.apache.activemq.transport.vm Class Description WireFormat Provides a mechanism to marshal commands into and out of packets or into and out of streams, Channels and Datagrams. -
Classes in org.apache.activemq.wireformat used by org.apache.activemq.transport.ws Class Description WireFormat Provides a mechanism to marshal commands into and out of packets or into and out of streams, Channels and Datagrams. -
Classes in org.apache.activemq.wireformat used by org.apache.activemq.transport.xstream Class Description WireFormat Provides a mechanism to marshal commands into and out of packets or into and out of streams, Channels and Datagrams.WireFormatFactory -
Classes in org.apache.activemq.wireformat used by org.apache.activemq.wireformat Class Description WireFormat Provides a mechanism to marshal commands into and out of packets or into and out of streams, Channels and Datagrams.