Currently I have a listener which reads events from IBM Mq but I would like to publish the same event after doing some processing on it and publish it to another queue.
For e.g. Listening from Queue1 like the one in this question.
JBoss 7.1.1 MDB with IBM MQ - MessageDriven Annotation not configurable
But once I listen to this event, I would like to publish the same event to a complete different queue and queue manager.
Any help would be much appreciated