Using the default JMS default event handler
A JMS event handler is installed when you install the MDM operational server. The JMS event handler publishes events to JMS queues that are configured in IBM® WebSphere® Application Server. Use this procedure if you want to implement the default JMS event handler.
About this task
To use the JMS event handler, you must specify jms as the handler name and provide specific arguments when you are defining event notification destinations. There are no other implementation steps required (custom event handlers require extra implementation steps).
When you add event destinations (see Adding event notification destination and events list) you must provide the following information for the JMS event handler. In InfoSphere® MDM Workbench, go to MDM Configuration perspective .
Procedure
- In the Handler Name field, type jms.
- In the Arguments field, specify the JMS and JNDI name for the
Queue Connection Factory and Queue Destination in this format:
cfJNDI=jms/EMQCF^qJNDI=jms/QMDS. Wherejms/EMQCFis the JNDI name for the JMS Queue Connection Factory andjms/QMDSis the JNDI name for the JMS Queue Destination. - The Message format must be Standard (which is XML format).