Tags: activemq
"port out of range" on activemq topic
May 21st, 2009I recently came across a problem with ActiveMQ and Spring which took a while to find. As with all the articles on this blog, I had to figure it out myself because there weren't any solutions on the inter-web.
The confusion was caused by the message po… more »
Invalid ActiveMQ Schema Name Space
February 1st, 2009Newer versions of ActiveMQ have support for XML name space schema declarations to allow easier configuration of container beans. Adding the following XMLNS declaration to the beans container will allow you to use ActiveMQ's amq name space.
<beans… more »
ActiveMQ JMX monitoring under Tomcat
January 20th, 2009JMX can incur an overhead to an application so many libraries have an option to switch it on explicitly.
In order to get a JMX view into ActiveMQ (JMS implementation) you must switch on JMX on the container and on the ActiveMQ library.
To active JM… more »