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 |
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)
Given a composite URI, parse the individual URI elements contained within that URI and return
a CompsoteData instance that contains the parsed URI values.
|
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.