Hi,
I have a requirement to use JBOSS FUSE 6.2 or latest versions for JMS messaging and routing, our web, enterprise applications(war and ear files ) were deployed under Tomcat 8.x
Could you suggest what are configuration/jar files required for both sides( tomcat and fuse) ?
I have tried below configuration at context.xml (tomcat) but unable to connect and create queue in Fuse environment.
contaxt.xml
<Resource name="jms/ConnectionFactory" auth="Container"
type="org.apache.activemq.ActiveMQConnectionFactory"
factory="org.apache.activemq.jndi.JNDIReferenceFactory"
brokerURL="tcp://localhost:61616" />
Thanks
Mallesh