0 Replies Latest reply on Jul 26, 2005 8:30 AM by greydeath

    Queue not found for MDB

    greydeath

      I added a new queue to all/deploy-hasingleton/jms/jbossmq-destinations-service.xml which is then available under queue/WorkManager. I even verified that via the JNDIView MBean

      But when I deploy my Application the MDB on top of that queue produces the error:

      destination not found: queue/WorkManager reason: javax.naming.NameNotFoundException: queue/WorkManager

      It then tries to create it temporarily fails of course with

      javax.management.InstanceAlreadyExistsException: jboss.mq.destination:service=Queue,name=WorkManager already registered

      I already tried to set the jndi.properties like described in HowToConfigureMDBsToSubscribeToATopic to no avail.