Hi,

I have my EJB container running in a different box, from my web-app. I need
to refer to the JMS resources running along with the EJB container, in my
web-app.

I need to know how this can be achieved ?

When they are deployed on the same box, I refer to them as:

<resource-ref>
        <description>jms broker</description>
        <res-ref-name>ActiveMqQueueConnectionFactory</res-ref-name>
        <res-type>javax.jms.QueueConnectionFactory</res-type>
        <res-auth>Container</res-auth>
    </resource-ref>
-- 
View this message in context: 
http://www.nabble.com/How-to-refer-to-an-external-resource-from-web.xml-tf2069514.html#a5697514
Sent from the Apache Geronimo - Users forum at Nabble.com.

Reply via email to