Hmm, in fact it doesn't seem to always be the case. I am running activemq as
a server and a producer. Only the producer is running and the producer sends
GB of data to activemq:
val msg = "Hello world!" * 100
val start = System.currentTimeMillis
(0 to 3000).foreach {
Thanks Johan, so does that mean that activemq will always keeps the messages
in memory and when memory is full nothing can be done other than consume
them?
--
View this message in context:
http://activemq.2283324.n4.nabble.com/activemq-deadlocks-when-publisher-tries-to-commit-tp4671888p4671948.
ActiveMQ 5.9 comes with a new web console.
http://hawt.io/
There is a video of it in action
http://www.davsclaus.com/2013/09/hawt-new-web-console-for-apache-activemq.html
It has config dialogs.
On Fri, Sep 27, 2013 at 10:06 PM, Roger Pack wrote:
> Hello. I've noticed that on pages like this: