0 Replies Latest reply on Sep 27, 2004 11:39 AM by hubaghdadi

    Have I configured MDB well ?

    hubaghdadi

      Hey all.
      I have a MDB that uses a queue, the destenation is jms/TicketQueue
      I am using JBoss 3.2.5
      I created the following file jboss-toddqueues-service.xml and put it under deploy dir :


      <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager


      the following is a part of jboss.xml :
      <message-driven>
      <destination-jndi-name>jms/TicketQueue</destination-jndi-name>
      </message-driven>
      my question is :
      is my configuration all right ? is there something wrong ?