I am trying to configure event handler in workbench thru default JMS queue in workbench for virtual MDM 11.4, i.e. I have followed the below steps, my default JMS queue etc looks good, however event manger is not triggering when I create the records thru web services and I also don't see any messages are being created in either mpi_evtstager or mpi_entoque_xx, are there any other steps needs to be followed which are not mentioned in IBM's knowledge center, any help is appreciated, thanks !
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/EMQueue. Where jms/EMQCF is the JNDI name for the JMS Queue Connection Factory and jms/EMQueue is the JNDI name for the JMS Queue Destination.
The Message format must be XML.