4 Replies Latest reply on Jun 26, 2007 8:38 AM by srikanth_vals

    jboss MQ to websphere MQ Mapping

    indrakshi

      We are currently rewriting our application that sends message to ibm MQ to use jboss. I am trying to figure out the best way to connect ibm MQ from jboss.

      Is there way to map jboss queue to an ibm mq queue. Meaning if a sessionBean send a message to jboss MQ, it would finally end up in ibm MQ.

      One way is to use mqjms api from ibm and directly send messages to ibm mq. I want to see if there are alternate and better ways to accomplish this.

      Any help is greatly appreciated.