Package | Description |
---|---|
org.apache.activemq.transport |
The core Transport abstraction and support classes
|
org.apache.activemq.transport.discovery |
Discovery mechanism to discover brokers and clients.
|
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 redundancy
|
org.apache.activemq.transport.mock |
A mock implementation of the Transport layer useful for testing
|
org.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.peer |
Peer based Transport implementation which does not require central servers to connect to
|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
TransportFactory.registerTransportFactory(java.lang.String scheme,
TransportFactory tf)
Allow registration of a transport factory without wiring via META-INF classes
|
Modifier and Type | Class and Description |
---|---|
class |
DiscoveryTransportFactory |
Modifier and Type | Class and Description |
---|---|
class |
FailoverTransportFactory |
Modifier and Type | Class and Description |
---|---|
class |
FanoutTransportFactory |
Modifier and Type | Class and Description |
---|---|
class |
MockTransportFactory |
Modifier and Type | Class and Description |
---|---|
class |
MQTTNIOSSLTransportFactory |
class |
MQTTNIOTransportFactory
A MQTT over NIO transport factory
|
class |
MQTTSslTransportFactory
A MQTT over SSL transport factory
|
class |
MQTTTransportFactory
A MQTT transport factory
|
Modifier and Type | Class and Description |
---|---|
class |
MulticastTransportFactory
A factory of multicast transport classes
|
Modifier and Type | Class and Description |
---|---|
class |
NIOSSLTransportFactory |
class |
NIOTransportFactory |
Modifier and Type | Class and Description |
---|---|
class |
PeerTransportFactory |
Modifier and Type | Class and Description |
---|---|
class |
StompNIOSSLTransportFactory |
class |
StompNIOTransportFactory
A STOMP over NIO transport factory
|
class |
StompSslTransportFactory
A STOMP over SSL transport factory
|
class |
StompTransportFactory
A STOMP transport factory
|
Modifier and Type | Class and Description |
---|---|
class |
SslTransportFactory
An implementation of the TcpTransportFactory using SSL.
|
class |
TcpTransportFactory |
Modifier and Type | Class and Description |
---|---|
class |
UdpTransportFactory |
Modifier and Type | Class and Description |
---|---|
class |
VMTransportFactory |
Copyright © 2005-2014. All Rights Reserved.