I have this configured in my server.xml for tomcat the following JNDI ref's to OpenMQ...
<Resource ackTimeout="-t 30000" auth="Container"
description="OpenMQ Queue Connection Factory"
factory="com.sun.messaging.naming.QCFObjectFactory"
host="-s localhost"
name="jms/FACTORY"
parm="--"
securityPort="7676"
subnet="0"
type="com.sun.messaging.QueueConnectionFactory" version="1.1"/>
<Resource auth="Container"
description="OpenMQ Queue"
destName="ESI_AUDIT"
factory="com.sun.messaging.naming.QObjectFactory"
name="jms/ESI_AUDIT"
type="com.sun.messaging.Queue" version="1.1"/>
I have no idea how to define these in jetty.xml that is used for my concordian tests though.
Can someone please help me out?
Thanks Jeff Porter