opensubscriber
   Find in this group all groups
 
Unknown more information…

u : users@openejb.apache.org 20 January 2012 • 8:17PM -0500

Re: Locating JMS queue problem
by AndyG

REPLY TO AUTHOR
 
REPLY TO GROUP




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.

Bookmark with:

Delicious   Digg   reddit   Facebook   StumbleUpon

Related Messages

opensubscriber is not affiliated with the authors of this message nor responsible for its content.