I tried sending this earlier but do not think it went through. If it did, I apologize for the duplicate email.
Our group has multiple projects/wars to deploy to a tomcat install. We want a single ActiveMQ install with a couple of queues set up in it. Submissions to the queues will come from the various projects. Deploying the ActiveMQ web console appears to automatically start the broker up, and in fact seems to start the queues operating fine without having to perform the tomcat/activemq installation procedures documented everywhere. I think I'm missing something here... Anyways, I'm trying to figure out how the queue setup should work. Should I develop a separate project/war which manages the broker startup and other configuration issues and then have each Spring project submit to the brokerURL independently?