In your NETA-INF/ejb-jar.xml, place:
<ejb-jar ...>
| <enterprise-beans>
| <message-driven>
| ...
| <activation-config>
| <activation-config-property>
|
<activation-config-property-name>destination</activation-config-property-name>
|
<activation-config-property-value>queue/SomeQueueName</activation-config-property-value>
| </activation-config-property>
| </activation-config>
| </message-driven>
| <enterprise-beans>
| </ejb-jar>
All of the @ActivationConfigProperty annotation values can be set this way.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185141#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...