4 Replies Latest reply on May 12, 2004 9:21 AM by jae77

    How to declare an actual queue for a MDB ?

    monocongo

      I'm creating my first Message-Driven EJB and confused as to how the queue that I'll listen to is specified in JBoss. I have looked at both the "Getting Started" and "JBoss Administration and Development" guides and neither of these tell you how to make JBoss aware of an actual queue. For example there doesn't appear to be any information on how you specify the queue's host, name, port, or owner. I can declare that the MDB will listen to a queue in ejb-jar.xml, and declare the destination-jndi-name in jboss.xml, but it's not clear how I specify where the actual queue which maps to these is located.

      Can anyone clarify this process for me ?

      Thanks in advance for any feedback.


      -James