I had this same problem. I fixed it by adding the name attribute to the
@MessageDriven annotation
e.g. @MessageDriven(name="testMDB", activationConfig = {
@ActivationConfigProperty(propertyName = "destinationType",
propertyValue = "javax.jms.Queue"),
@ActivationConfigProperty(propertyName = "destination",
propertyValue = "replication-in" ) })
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961308#3961308
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961308
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user