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

weston.price@jboss.com do-not-reply at jboss.com
Mon Jul 17 07:21:01 EDT 2006


You will want to specfify the JCA/JMS RAR that allows for inflow based messaging in JBoss. Easiest way to do this is by using the ResourceAdapter annotation

@ResourceAdapter("jms-ra.rar")

This can be placed after your @MessageDriven annotation. It is a class level annotation. 



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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958433



More information about the jboss-user mailing list