java.lang.Object
org.activemq.transport.TransportChannelFactorySupport
org.activemq.transport.peer.PeerTransportChannelFactory
- All Implemented Interfaces:
- org.activemq.transport.TransportChannelFactory
- public class PeerTransportChannelFactory
- extends org.activemq.transport.TransportChannelFactorySupport
Creates peer based transport. A PeerTransportChannel creates an embedded broker, and uses discovery and/or defined
list of urls to create a p-2-p interconnected network.
- Version:
- $Revision: 1.1.1.1 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PeerTransportChannelFactory
public PeerTransportChannelFactory()
create
public org.activemq.transport.TransportChannel create(org.activemq.io.WireFormat wireFormat,
java.net.URI remoteLocation)
throws javax.jms.JMSException
- Create a Channel
create
public org.activemq.transport.TransportChannel create(org.activemq.io.WireFormat wireFormat,
java.net.URI remoteLocation,
java.net.URI localLocation)
throws javax.jms.JMSException
- Create a peer channel
requiresEmbeddedBroker
public boolean requiresEmbeddedBroker()
- Does this channel require an embedded broker to perform such as VM or multicast based transports