Table of Contents
Just a second...

DEPRECATED: Sending messages to JMS

Diffusion™ clients can send messages to a JMS provider through the JMS adapter v5.1.

Note: The JMS Adapter v5.1 is now deprecated. Use the new JMS adapter instead. For more information, see JMS.
  1. The Diffusion client sends a message to the topic path jms/topic/XYZ.
  2. The JMS server receives an equivalent TextMessage on the XYZ topic.
    Figure 1. Sending flow from a Diffusion client to a JMS topic (or queue) The Diffusion client sends a topic message to the topic "jms/topic/XYZ" on the Diffusion server. The Diffusion server creates a producer for the "XYZ" topic on the JMS server. The Diffusion server sends a text message to "XYZ".

Unlike some Diffusion solutions, it is not necessary to subscribe to a Diffusion topic before sending it a message which targets a JMS destination.