Re: Is it ever OK to use a session *synchronously* from more than one thread?

2008-03-01 Thread tpounds
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

2008-03-01 Thread sparky2708
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

Re: ActiveMQ document is incorrect - Does anyone use the documetation at all?

2008-03-01 Thread tpounds
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

Problem with SimpleAuthenticationPlugin

2008-03-01 Thread uma_rk
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">

What is bin/activemq exactly?

2008-03-01 Thread lanchez
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