[jboss-user] [EJB 3.0] - Re: Service Bean that depends on two queues

2009-03-04 Thread jaikiran
Post the queue configuration files.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4214818#4214818

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4214818
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Re: Service Bean that depends on two queues

2009-03-04 Thread Wolfgang Knauf
Hi,

you need an array syntax here:

@Depends(value={jboss.messaging.destination:service=Queue,name=A, 
  |  jboss.messaging.destination:service=Queue,name=B})

Hope this helps

Wolfgang


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4214833#4214833

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4214833
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Re: Service Bean that depends on two queues

2009-03-04 Thread rnicholson10

  |mbean code=org.jboss.jms.server.destination.QueueService
  |   name=jboss.messaging.destination:service=Queue,name=A
  |   xmbean-dd=xmdesc/Queue-xmbean.xml
  |   depends 
optional-attribute-name=ServerPeerjboss.messaging:service=ServerPeer/depends
  |   dependsjboss.messaging:service=PostOffice/depends
  |/mbean
  | 
  |mbean code=org.jboss.jms.server.destination.QueueService
  |   name=jboss.messaging.destination:service=Queue,name=B
  |   xmbean-dd=xmdesc/Queue-xmbean.xml
  |   depends 
optional-attribute-name=ServerPeerjboss.messaging:service=ServerPeer/depends
  |   dependsjboss.messaging:service=PostOffice/depends
  |/mbean
  | 
  | 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4214834#4214834

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4214834
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Re: Service Bean that depends on two queues

2009-03-04 Thread rnicholson10
Perfect thanks!

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4214838#4214838

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4214838
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user