2 Replies Latest reply on Aug 21, 2006 11:05 AM by teknokrat

    switching off temporary queue creation

    teknokrat

      I am trying to deploy an ear file that contains a jar full of ejbs and a sar file that sets up my messaging queues. However, jboss insists on creating temporary queues because the jar gets deployed before my sar.

      Now, i know you can switch this behaviour off in conf/standardjboss.xml but I would rather not make such a global change. So, is there a way to switch off temporary queue creation only for my deployment?

      thanks