It's in the binary distribution under the bin directory.
http://activemq.apache.org/activemq-500-release.html
Andrew M wrote:
Where do I find the command line tools talked about here?
http://activemq.apache.org/activemq-command-line-tools-reference.html
Thanks,
Andrew
Thank you very much.
--
View this message in context:
http://www.nabble.com/activemq-web-console-for-tomcat-tp16137635s2354p16245128.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
Where do I find the command line tools talked about here?
http://activemq.apache.org/activemq-command-line-tools-reference.html
Thanks,
Andrew
Hello again,
After some research (or not enough research before posting this message), I
found my answer in this forum. Here is a collection of link/post about
using a lot of Topics, Topic performance and Topic vs selectors :
http://www.nabble.com/forum/ViewPost.jtp?post=252&framed=y&skin=
On Mar 23, 2008, at 9:39 AM, bill richard wrote:
i restart the AMQ(also deleted the data folder under AMQ dir),the
thread
works.
Any advise is greate. our product release date is coming.
this is the same stacktrace that i noted in https://issues.apache.org/activemq/browse/AMQ-1625
. upgradi
I am using AMQ 5.0.0,and i found my thread's status became WAITING after
running 6 hours.
And here is the thread stack:
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:118)
at
java.util.concurrent.locks.AbstractQueuedSynchro
Hi. I use the 5.1 snapshot.
I see that the queue size of broker, and ActiveMQ.Advisory.TempQueue,
increase all the time.
At first, the problem was that auto_ack did not work. But i changed to use
client ack instead.
Now, i see that the messages are acknowledged on temp queues, but when i
look at:
Hi. I am using activemq 5.1 (snapshot latest). The producer uses regular
activemq API, and the consumer
uses activemq with spring & jmstemplate.
I would like to know if the following conifguration will improve performance
or if i need to use the entire,
inbound-outbound configuration of jencks:
I'm still a newbie with activemq and I have been having problem with message
persistence. What I'm trying to do is to have three queues with each queue
being read by a single unique user. I'm trying to use journals and database
(MS SQL) for message persistence. I'm running now two clients one uses