Using JMS Destination Bridges

A Destination bridge can be used to specify one or more destinations for services using JMS transport. The destination can be either a topic or a queue. Within the context of the adapter, the adapter service is one such destination.

The destination bridge is configured using the bridges.conf file. See the TIBCO Enterprise Message Service documentation for more information.

Examples

In a scenario where you have an adapter subscriber configured with a JMS queue and the destination name is SAP_Sub, and a TIBCO ActiveMatrix BusinessWorks project with a publisher with a JMS topic and the destination name is BW_Pub. The bridges.conf file can be:

[topic:BW_Pub]

queue=SAP_Sub

The adapter subscriber on receiving the IDoc posts it to the SAP system.

In the above example, if the publisher is configured with a JMS queue, the bridges.conf file can be:

[queue:BW_Pub]

queue=SAP_Sub