|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DestinationBridge | |
|---|---|
| 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 | |
|---|---|
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 | |
|---|---|
protected LRUCache<javax.jms.Destination,DestinationBridge> |
JmsConnector.replyToBridges
|
| Methods in org.apache.activemq.network.jms with parameters of type DestinationBridge | |
|---|---|
protected void |
JmsConnector.addInboundBridge(DestinationBridge bridge)
|
protected void |
JmsConnector.addOutboundBridge(DestinationBridge bridge)
|
protected void |
JmsConnector.removeInboundBridge(DestinationBridge bridge)
|
protected void |
JmsConnector.removeOutboundBridge(DestinationBridge bridge)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||