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.multicast |
A Multicast based Transport implementation.
|
org.apache.activemq.transport.nio | |
org.apache.activemq.transport.tcp |
TCP/IP based Transport implementation.
|
org.apache.activemq.transport.udp |
UDP based Transport implementation.
|
Modifier and Type | Method and Description |
---|---|
static TransportFactory |
TransportFactory.findTransportFactory(URI location) |
Modifier and Type | Method and Description |
---|---|
static void |
TransportFactory.registerTransportFactory(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 |
MulticastTransportFactory
A factory of multicast transport classes
|
Modifier and Type | Class and Description |
---|---|
class |
NIOSSLTransportFactory |
class |
NIOTransportFactory |
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
Deprecated.
|
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.