Just a second...

Example: Configuring pub-sub with the JMS adapter

Use the subscriptions element of the JMSAdapter.xml configuration file to define JMS adapter subscriptions to JMS destinations and the Diffusion™ topics to publish updates to.

The following example shows subscriptions to JMS destinations defined by the destination elements. When the JMS adapter receives an update message through the subscription, it publishes that update message to the Diffusion topic defined in the corresponding publish element.
<subscriptions>
    <subscription>
        <destination>jms:topic:EXAMPLE.UPDATE.TOPIC</destination>
        <publish topicName="example/updates/stateless"/>
    </subscription>
    <subscription>
        <destination>jms:topic:EXAMPLE.UPDATE.TOPICTWO</destination>
        <publish topicName="example/updates/stateful"/>
    </subscription>
</subscriptions>
The Diffusion topics must be defined in the topics section of the JMSAdapter.xml configuration file.