What is the annotation for MAX-BEANS-IN-POOL for a MDB?
I currently have:
@MessageDriven(activationConfig =
{
@ActivationConfigProperty(propertyName="destinationType",
propertyValue="javax.jms.Queue"),
@ActivationConfigProperty(propertyName="destination",
propertyValue="queue/deliverNotifications")
})
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036750#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...