[jboss-user] [EJB 3.0] - Service Bean that depends on two queues
rnicholson10
do-not-reply at jboss.com
Wed Mar 4 04:34:31 EST 2009
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#4214807
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4214807
More information about the jboss-user
mailing list