Package | Description |
---|---|
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.mock |
A mock implementation of the Transport layer useful for testing
|
org.apache.activemq.util |
Some utility classes
|
Modifier and Type | Method and Description |
---|---|
static DiscoveryTransport |
DiscoveryTransportFactory.createTransport(CompositeTransport compositeTransport,
URISupport.CompositeData compositeData,
Map<String,String> parameters)
Creates a transport that reports discovered brokers to a specific composite transport.
|
Transport |
DiscoveryTransportFactory.createTransport(URISupport.CompositeData compositeData) |
Modifier and Type | Method and Description |
---|---|
Transport |
FailoverTransportFactory.createTransport(URISupport.CompositeData compositData) |
Modifier and Type | Method and Description |
---|---|
Transport |
MockTransportFactory.createTransport(URISupport.CompositeData compositData) |
Modifier and Type | Method and Description |
---|---|
static URISupport.CompositeData |
URISupport.parseComposite(URI uri) |
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.