13 Replies Latest reply on Sep 10, 2009 5:44 PM by timfox

    Dependencies on Queues from other components

    rnicholson10

      I used to use the following to place a dependency on a queue being created before another component was created:

      @Depends(value={"jboss.messaging.destination:service=Queue,name=phaseQueueToEngine"})
      


      This no longer works, so I tried this but it doesn't work:

      @Depends(value={"org.hornetq:module=JMS,name=phaseQueueToEngine,type=Queue"})
      


      Any ideas on how I should write my dependencies when using HQ? I'm using the Beta5.

      Cheers,

      Ross