Only the Destination, Connection, and ConnectionFactory objects support
concurrent usage per the JMS 1.1 spec. If you want to share a Sessions
across multiple threads then you should create an object to manage
synchronous access to any JMS objects which do not support this (i.e.
Session).
-Trevor
Does anyone have any software to monitor clients connected to ACTIVEMQ? I am
looking for something similar to TIBCO Hawk? Any suggestions? (I think
jconsole is a little weak). I would like to see how messages are flowing
more transparently and which of the services connected to ACTIVEMQ are up or
Have a look at this thread to resolve your issue.
http://www.nabble.com/forum/ViewPost.jtp?post=15748971&framed=y&skin=2354
If you wish to update the ActiveMQ documentation you can create a login for
confluence just click on the edit page link at the very bottom of the page
you wish to edit, the
I am using ActiveMQ5.0.0 and am using TCP transport with JRE1.6.
I am using a rudimentary form of authentication using SimpleAuthenticationPlugin
as follows:
http://activemq.org/config/1.0"; brokerName="localhost"
dataDirectory="${activemq.base}/data">
When I run bin/activemq what exactly is going on?
I supposed activemq would be a war that I would drop on tomcat and a bunch
of jars that I would incorporate into my IDE and then I could start writing
code.
I am reading http://activemq.apache.org/getting-started.html and from what I
can see, I h