Netlib SSL handshake with ActiveMQ hangs

2012-09-19 Thread johnr
Hi there, I have encountered a problem connecting to ActiveMQ over SSL using Silvertunnel-netlib (TOR). I don't know if the problem is with Netlib, ActiveMQ or both (they both work fine on their own but fail when combined). The details are given here: http://stackoverflow.com/questions/12420

Re: Broker stuck showing error messages in log

2012-09-19 Thread pollotek
Based on some other post I decided to add the following parameters to my configuration: The system seem to have started correctly but after a few minutes util it started throwing the following exceptions: INFO | jvm 1| 2012/09/19 00:43:12 | INFO | Recovering

Producer flow control on one queue blocks the whole connection ?

2012-09-19 Thread Oleg Dulin
Here is my flow: Queue A has a store limit set to 15% and producerFlowControl turned on. Thread "foo" publishes on queue A Thread "bar" listens for A, does something, and publishes on queue B Thread "bat" listens for B, does something and publishes on queue C Thread "boo" listens for C, does som

Re: configuration question

2012-09-19 Thread Lin Wen Tong
Just an update. I decided to remove the and decided to use the default. -- View this message in context: http://activemq.2283324.n4.nabble.com/configuration-question-tp4656494p4656707.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

KahaDB disk utilization

2012-09-19 Thread Oleg Dulin
Dear Distinguished Colleagues: I've been trying to understand something. My queues take Java object messages. Serialized into bytes, each Java object is about 1.5K on average. When I have a backlog of 10 million objects on one of the queues, the disk utilization of kahadb is around 50gigs. B

Re: FailOver transport not reconnecting

2012-09-19 Thread Gary Tully
your config looks ok, but this may be a case of https://issues.apache.org/jira/browse/AMQ-3993 which still needs investigation On 19 September 2012 01:21, pollotek wrote: > I'm seeing this situation happen more often in my servers and seems pretty > random, some servers do connect and some don't.

Re: Load Balancing Producer Messages from the JMS Client side

2012-09-19 Thread Gary Tully
there is no easy way to do this today out of the box. it has be discussed many times, and there is even a name, ninja client. Something that has all the smarts about brokers and their load and can return a connection with some guarantees w.r.t to throughput etc. The statistics broker makes broke