2 Replies Latest reply on Jul 28, 2008 4:28 PM by jdriver

    2 different apps on same JBoss server exchanging message via

    jdriver

      I'm working on a project where we have extensive functionality implemented in EJB 2.x. I need to add a new module that may be on another server. I've used the JBoss at Work book example and gotten a test application that sends an object to a queue bound to a MDB. This works.

      I added this app to the same JBoss server where the other large application is running and added an MDB to that large application. Everything compiles and the server log shows the MDB being loaded and bound to the queue.

      But the MDB in the large application never sees the message even though it defines the same JMS queue in JNDI. What do you have to do to make these applications both use the same queue?