Uses of Class
org.apache.activemq.network.jms.DestinationBridge
-
Packages that use DestinationBridge Package Description org.apache.activemq.network.jms Support for a federated network using a foreign JMS provider. -
-
Uses of DestinationBridge in org.apache.activemq.network.jms
Subclasses of DestinationBridge in org.apache.activemq.network.jms Modifier and Type Class Description class
InboundQueueBridge
Create an Inbound Queue Bridge.class
InboundTopicBridge
Create an Inbound Topic Bridge.class
OutboundQueueBridge
Create an Outbound Queue Bridge.class
OutboundTopicBridge
Create an Outbound Topic Bridge.Fields in org.apache.activemq.network.jms with type parameters of type DestinationBridge Modifier and Type Field Description protected LRUCache<Destination,DestinationBridge>
JmsConnector. replyToBridges
Methods in org.apache.activemq.network.jms with parameters of type DestinationBridge Modifier and Type Method Description protected void
JmsConnector. addInboundBridge(DestinationBridge bridge)
protected void
JmsConnector. addOutboundBridge(DestinationBridge bridge)
protected void
JmsConnector. removeInboundBridge(DestinationBridge bridge)
protected void
JmsConnector. removeOutboundBridge(DestinationBridge bridge)
-