[jboss-user] [Management, JMX/JBoss] - Re: Error deploying EJB3 Message driven bean with upgrade to

hsathappan do-not-reply at jboss.com
Fri Feb 6 19:51:51 EST 2009


Hi Peter,

thanks for the quick response. We didn't have a separate configuration file in 4.2.2. We just had a message driven annotation which was packaged as a jar and this jar was put in the deploy folder and it automatically worked.

@MessageDriven(
    activationConfig =
    {
      @ActivationConfigProperty(propertyName="destinationType", propertyValue="javax.jms.Queue"),
      @ActivationConfigProperty(propertyName="destination", propertyValue="queue/SEMReportData")
    },            
    name="SEMReportDataExtraction", mappedName="queue/SEMReportData", 
    description="Extracts and builds a report"
)

thanks,
Hari

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

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



More information about the jboss-user mailing list