JMS queue
A JMS queue is installed when you install the MDM operational server.
The queue is created when you select either IBM® WebSphere® Default
Messaging or IBM WebSphere MQ messaging provider on the IBM Installation
Manager Application
Configuration panel. The JMS queue is created with these
default settings that you can immediately use:
- Queue name is MDS.Queue
- JNDI name is jms/QMDS
- JNDI name for the queue Connection Factory is jms/EMQCF
To use the JMS queue and JMS event handler, you must specify this queue when you create your
event notification as:
- Handler name: jms
- Handler arguments: cfJNDI=jms/EMQCF^qJNDI=jms/QMDS
This queue provided to help customers get up and running quickly. You can also choose to use the queue and create extra custom queues if necessary.
If you want to use a custom JMS queue, see the event notification queue creation scenarios.