You will have to use the ejb-jar.xml configuration to override the hard coded
annotation.
<message-driven>
<ejb-name>ProcessMonitoringBean</ejb-name>
<activation-config>
<activation-config-property>
<activation-config-property-name>destination</activation-config-property-name>
<activation-config-property-value>openejb:Resource/jms/MonitoringQueue</activation-config-property-value>
</activation-config-property>
</activation-config>
</message-driven>
--
View this message in context: http://openejb.979440.n4.nabble.com/Locating-JMS-queue-problem-tp4312562p4313072.html
Sent from the OpenEJB User mailing list archive at Nabble.com.
|