RE: ActiveMQ Broker Scheduler unable to create new native thread

2012-09-27 Thread Millies, Sebastian
these problems has been forthcoming, may be the same with your problem. -- Sebastian -Original Message- From: jockeyyan [mailto:jockey...@gmail.com] Sent: Thursday, September 27, 2012 2:34 PM To: users@activemq.apache.org Subject: Re: ActiveMQ Broker Scheduler unable to create new native

Re: ActiveMQ Broker Scheduler unable to create new native thread

2012-09-21 Thread Gaurav Sharma
For starters, simply give it more heap. So, increase heap as a step function (1G, 1.5G, 2G...) and measure throughput. Throughput sustenance will also depend on message size and how well both the broker and clients keep up. On Sep 21, 2012, at 18:49, jockeyyan wrote: > Dear Gaurav: > > The co

Re: ActiveMQ Broker Scheduler unable to create new native thread

2012-09-21 Thread Gaurav Sharma
How much heap have we given to the broker and what else is running on the same machine? Also, just fire up jconsole, attach to the process and watch allocations, threads and cpu - should give a clue. v5.6 is the current release, so, upgrade if possible. On Sep 20, 2012, at 23:34, jockeyyan wro