I have two queues A and B, and I want my service bean to be dependent on these two
queues.
So my depends clause looks like this but it's wrong:
|
@Depends("jboss.messaging.destination:service=Queue,name=A,jboss.messaging.destination:service=Queue,name=B")
|
My service bean is working fine and runs correctly once I deploy it after JBoss is
started.
What would be the correct argument to my depends clause.
Thanks,
Ross
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4214807#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...