Re: ActiveMQ High number of threads

2015-03-30 Thread nelsoncc
Thanks for your help artnaseef. I'll be waiting for this issue to be fixed. This is urgent for my project. Kind Regards, Nelson -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-High-number-of-threads-tp4693185p4694087.html Sent from the ActiveMQ - User mailing l

Re: ActiveMQ High number of threads

2015-03-19 Thread artnaseef
Here's a jira entry for this problem: https://issues.apache.org/jira/browse/AMQCPP-569. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-High-number-of-threads-tp4693185p4693479.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ High number of threads

2015-03-19 Thread artnaseef
Scratch that - the problem remains with debugging; I used the wrong URL the second time. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-High-number-of-threads-tp4693185p4693477.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ High number of threads

2015-03-19 Thread artnaseef
I reproduced this problem locally and then enabled debugging when compiling the client application. With debugging enabled, the problem goes away. Interesting. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-High-number-of-threads-tp4693185p4693476.html Sent fr

Re: ActiveMQ High number of threads

2015-03-16 Thread nelsoncc
This issue happens when my URI is: failover:(tcp://MACHINE_1:61616,tcp://MACHINE_2:61616)?randomize=false&useExponentialBackOff=false&initialReconnectDelay=1000&startupMaxReconnectAttempts=40&timeout=3 When I change to only 1 machine, the number of threads stays stable: failover:(tcp://MACHINE

Re: ActiveMQ High number of threads

2015-03-13 Thread nelsoncc
I've found another thread with similiar issue: https://issues.apache.org/jira/browse/AMQCPP-451 But it says that was fixed in version 3.6.x. Maybe this is another issue -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-High-number-of-threads-tp4693185p4693195.html

Re: ActiveMQ High number of threads

2015-03-13 Thread nelsoncc
Hi, I'm using ActiveMQ-CPP version 3.8.4. I'm using solaris OS in a platform that right now I can't make debug Full Stack trace: pstack_trace.7z This is an application server that sends message sometimes to the broker. T

Re: ActiveMQ High number of threads

2015-03-13 Thread Tim Bain
I'd recommend taking a thread dump to figure out what those threads are doing, and then attach a debugger and set appropriate breakpoints so you can step through the code and figure out why they're doing what they're doing... Tim On Fri, Mar 13, 2015 at 1:57 PM, nelsoncc wrote: > Hi everyone, >

Re: ActiveMQ High number of threads

2015-03-13 Thread artnaseef
Is this using ActiveMQ-CPP? What versions of software are in-use? Can you provide the full stack trace as well? One thing that will really help narrow this down is to have a minimal application that reproduces the problem. Could you trim down your application to the bare-minimum code that exhib