0 Replies Latest reply on Jun 12, 2014 11:07 PM by bharadwaja.dasari

    Jboss-7.1.3 IBM mQ MessageDriven, Listen an event from one queue and publish it in another queue

    bharadwaja.dasari

      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