Is there any point to installing the activemq jars (such as core or all) to the tomcat lib directory when the deployment of the web console war sets up its own broker, listeners, etc?
Can I just simply "install" activemq via the web console and then just set up a simple jms queue bean in my Spring app to handle messages sent to that queue? It just seems like I'm missing something as there are detailed instructions to installing the core and all jars (and other jars) to tomcat, but deploying the web console war seems to handle everything for me (without having to install or configure anything special). Thanks in advance, Cheers!