I didn't configure any queues explicity.
The queue definition is only present in the mdb


  | @MessageDriven(
  |         activationConfig =
  |         {
  |           @ActivationConfigProperty(propertyName="destinationType", 
propertyValue="javax.jms.Queue"),
  |           @ActivationConfigProperty(propertyName="destination", 
propertyValue="queue/TabularReportGenerator")
  |         },            
  |         name="Tabular Report Generator Bean", 
mappedName="queue/TabularReportGenerator", 
  |         description="description"
  |     )
  | 

I didn't need to do anything explicity in 4.2.2.
Do I need to do any additional configuration in 5.0?


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163691#4163691

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163691
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to