Table of Contents
Just a second...

DEPRECATED: Configuring the legacy JMS adapter version 5.1

Use the JMSAdapter51.xml configuration file to configure the JMS adapter to send and receive messages with destinations on a JMS server.

Note: We recommend that you use the new JMS adapter. This legacy version is deprecated.
Use the Publishers.xml file to define and deploy the JMS adapter as a publisher on your Diffusion™ server:
<publisher name="JMSAdapter51">
  <class>com.pushtechnology.diffusion.adapters.jms51.JMSAdapter</class>
  <enabled>true</enabled>
  <start>true</start>
  <property name="config.filename">../adapters/JMSAdapter51.xml</property>
</publisher>