Hi, I've been trying to setup ActiveMQ5 with Tomcat6 for awhile now with no
success. As I understand Tomcat JNDI and the ActiveMQ docs I need these
things for a minimal setup:
- Resource definitions of connection factory and a queue (in the context
xml)
- web.xml resource-refs to these resources
I have some problems setting up ActiveMQ with a standalone Tomcat.
I have created a minimal web app with a Spring MDP that works great if I use
Eclipse with WTP. Clean tomcat, clean eclipse. New web project.
However, if I export the app as a war and deploy to an external (also CLEAN)
Tomcat I ge