[jboss-user] [Messaging, JMS & JBossMQ] - Re: ejb3 mdbs not giving name not found errors in jboss5
roshan_ail
do-not-reply at jboss.com
Thu Jul 10 14:35:38 EDT 2008
I didn't configure any queues explicity.
The queue definition is only present in the mdb
| @MessageDriven(
| activationConfig =
| {
| @ActivationConfigProperty(propertyName="destinationType", propertyValue="javax.jms.Queue"),
| @ActivationConfigProperty(propertyName="destination", propertyValue="queue/TabularReportGenerator")
| },
| name="Tabular Report Generator Bean", mappedName="queue/TabularReportGenerator",
| description="description"
| )
|
I didn't need to do anything explicity in 4.2.2.
Do I need to do any additional configuration in 5.0?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163691#4163691
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163691
More information about the jboss-user
mailing list