1 Reply Latest reply on Jun 23, 2009 5:14 PM by rkapur123

    client side MDB to listen on server side ESB queue ?

    rkapur123

      Hi All,

      We have a service within esb which put a message on "responseQueue". This queue is where a client can listen to pick up messages.

      I have a MDB (EJB 3) listening on this queue which receives this message. This MDB is deployed in same ESB server JVM. This MDB can receive message and works just fine.

      However, I want to have this MDB deployed in another JBoss app server in some other machine and have this MDB listening to ESB queue.

      I thought it to me matter of configuring connection factory - but I looked and did not made much progress. I am new to EJBs - please let me know if this would be configuration at EJB level or JBoss server level.

      Thank you so much for your help,
      -rishi