Understanding composite queues (forwardOnly)

2014-06-26 Thread tomatgooglecode
Hi there, what is the there a difference (is there any?) between and I'm asking because I see unexpected behaviour when moving messages manually between

Re: why it used up all the heap space and hang even I specified memoryUsage limit?

2014-06-26 Thread Li Li
The producer is much faster than consumer. I will do speed control -- when the producer find the queue size is above a threshold, it will stop sending messages I just want the producer sent as many messages as broker can store. I want the broker save messages in broker's hard disk. So the producer

Down Activemq broker keep a session of authenticated users

2014-06-26 Thread lutfijd
Hello, I have a broker setup with JAAS authentication (LDAP) , authentication works fine and dandy. with one issue though, lets say a client connects multiple times to the broker with the same username/password, everytime the client connects broker calls the ldap authenticator to authenticate the

Re: Unable to access the Console

2014-06-26 Thread Claus Ibsen
Hi ActiveMQ 4.x is very very old and EOL. Are you sure you want to use that? The latest release is 5.10.0. And I think only 5.x has a web console. And there are alternative consoles such as http://hawt.io/ On Thu, Jun 26, 2014 at 3:11 PM, Sandeep wrote: > Hi I was using apache-activemq-4.1.2

Unable to access the Console

2014-06-26 Thread Sandeep
Hi I was using apache-activemq-4.1.2 and started using activemq.bat and when I was trying to open the console using http://localhost:8161/admin can anybody help in this regard Thank's in advance -- View this message in context: http://activemq.2283324.n4.nabble.com/Unable-to-access-the-Cons

What is "no dispatcher for MessageDispatch ... in ..." trying to tell me

2014-06-26 Thread Martin Lichtin
Hi all, while debugging an (unexpected) redelivered message, I come across the following log 2014-06-25 13:37:53,608 | DEBUG | ActiveMQ NIO Worker 16   | ActiveMQConnection    | he.activemq.ActiveMQConnection$3 1887 | 93 - org.apache.activemq.activemq-osgi - 5.10.0 | org.apache.ac

Re: Why does network connector slow down when there are too many messages in downstream broker?

2014-06-26 Thread Christian Posta
The default configuration will automatically cache messages in memory with the intention of dispatch until that memory is filled. It will automatically store to disk when the cache is filled. Maybe post the config settings for broker A and B On Wednesday, June 25, 2014, multani wrote: > you mea

Re: Getting a "Cannot publish to a deleted Destination" but eventually works after a couple of retries

2014-06-26 Thread Christian Posta
How are you setting up the connection factory for these things? Is this a single broker or some network or brokers? On Wednesday, June 25, 2014, tikboy wrote: > Hi > > We have an application that runs on Glassfish 3.1. It uses Camel to publish > a request/reply JMS message to an AMQ broker. The

Re: why it used up all the heap space and hang even I specified memoryUsage limit?

2014-06-26 Thread Christian Posta
Just curious why you have producer flow control off if you expect it to honor memory limits? On Wednesday, June 25, 2014, Li Li wrote: > I gave 3GB total heap space of activemq, the XX:NewRatio=2. So > new generation 1GB and old generation 2GB. And I also config > memoryUsage limit="1 gb" >