To prevent anyone from being in this tormenting situation ever again, this article describes the result of my 11 day quest to get a remote JMS client (running in Tomcat 6) to send JMS messages to a clustered GlassFish v2.1.1. The contents: Step 1. Configure GlassFish JMS Step 2. Configure GlassFish ports Step 3. Configure […]
Running ActiveMQ using Spring
Apache ActiveMQ is an open source messaging framework. The ActiveMQ web site is not really clear on how to integrate it with the Spring framework. Therefore, I decided to write this post to explain how to use ActiveMQ in combination with Spring and clarify some points. The good news is that you can run JMS […]