[jboss-user] [EJB 3.0] - Re: MDB deployment problem

chiragrpatel do-not-reply at jboss.com
Thu Jul 27 10:30:58 EDT 2006


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



More information about the jboss-user mailing list