2 Replies Latest reply on Jan 4, 2005 4:27 PM by mabrukars

    Could not find the queue destination-jndi-name

    mabrukars

      I have a MDB which processes messages from My-Q. Everything works fine, the messages are published as expected and then processed successfully but when the MDB is being deployed I get a warning message below,

      WARN [JMSContainerInvoker] Could not find the queue destination-jndi-name=My-Q

      What does this mean? because I do see that the queue is bound in the server.log. Below is the trace which shows that,

      [org.jboss.mq.pm.jdbc2.PersistenceManager] Started jboss.mq:service=PersistenceManager
      [org.jboss.mq.server.jmx.DestinationManager] Started jboss.mq:service=DestinationManager
      [org.jboss.mq.server.jmx.Queue.My-Q] Bound to JNDI name: queue/My-Q
      [org.jboss.mq.server.jmx.Queue.My-Q] Started jboss.mq.destination:service=Queue,name=My-Q

      Is something missing?