Configure Communications between TDV and the JMS Broker

To enable communications between TDV and the JMS broker, several JAR files must be obtained. TDV supports connection to JMS through Java Naming and Directory Interface (JNDI). TDV ports using JMS can only be configured with a queue destination type, but procedures and triggers can use topic connections factories.

To configure communication with JMS brokers

1. Find and copy the following files.

JMS Type

File to Copy

From

Sonic MQ

mfcontext.jar

sonic_<x>.jar

Sonic installation directory

TIBCO MQ

tibjms.jar

The TIBCO installation

2. Paste those files into the directory:
<TDV_install_dir>\apps\server\lib
3. Restart the TDV Server.
4. Configure your JMS broker according to manufacturer instructions.
5. Make sure that the following JMS provider objects are created:
A suitable QueueConnectionFactory (QCF)
A suitable Queue
6. Register the QCF and the Queue with the JNDI

You can now add your JMS connectors to the TDV Server.