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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...