Re: ActiveMQ 5.2 OutOfMemoryError: unable to create new native thread

2009-10-01 Thread Jamie McCrindle
Thanks Hiram. Will do. On Thu, Oct 1, 2009 at 5:59 PM, Hiram Chirino wrote: > It looks like your running out of memory :)  Bump up the JVM limits. > Otherwise, you may need to think about the size of your messages and > how big your consumer prefetches are setup to be. > > On Wed, Sep 30, 2009 at

Re: ActiveMQ 5.2 OutOfMemoryError: unable to create new native thread

2009-10-01 Thread Hiram Chirino
It looks like your running out of memory :) Bump up the JVM limits. Otherwise, you may need to think about the size of your messages and how big your consumer prefetches are setup to be. On Wed, Sep 30, 2009 at 1:30 PM, Jamie McCrindle wrote: > Hi All, > > I've just got hit by an OutOfMemoryErro

Re: ActiveMQ 5.2 OutOfMemoryError: unable to create new native thread

2009-10-01 Thread Jamie McCrindle
Hi Bruce, > Well, if that's the case, then those reconnect messages might be part > of the issue. Why would the producers be disconnected so often? Having had a look at the FailoverTransport source, it doesn't look like that log message is necessarily bad, so I think red herring there. Yeah, I'm

Re: ActiveMQ 5.2 OutOfMemoryError: unable to create new native thread

2009-10-01 Thread Bruce Snyder
On Thu, Oct 1, 2009 at 7:57 AM, Jamie McCrindle wrote: > Hi Bruce, > > Thanks for the response. Looking at JVM options is definitely a way to > go but I have a suspicion that that would be treating the symptoms. We > really don't have many destinations. The setup should _theoretically_ > keep the

Re: ActiveMQ 5.2 OutOfMemoryError: unable to create new native thread

2009-10-01 Thread Jamie McCrindle
Hi Bruce, Thanks for the response. Looking at JVM options is definitely a way to go but I have a suspicion that that would be treating the symptoms. We really don't have many destinations. The setup should _theoretically_ keep the number of connections low (pooledconnection factory for producers,

Re: ActiveMQ 5.2 OutOfMemoryError: unable to create new native thread

2009-10-01 Thread Bruce Snyder
On Thu, Oct 1, 2009 at 5:13 AM, Jamie McCrindle wrote: > Hi All, > > I've just got hit by an OutOfMemoryError: unable to create new native > thread issue. I've switched UseDedicatedTaskRunner to false which > appears to have resolved the issue for now but I have a feeling I'm > just masking a deep

ActiveMQ 5.2 OutOfMemoryError: unable to create new native thread

2009-10-01 Thread Jamie McCrindle
Hi All, I've just got hit by an OutOfMemoryError: unable to create new native thread issue. I've switched UseDedicatedTaskRunner to false which appears to have resolved the issue for now but I have a feeling I'm just masking a deeper problem. I have the following set up: 2 ActiveMQ brokers confi

ActiveMQ 5.2 OutOfMemoryError: unable to create new native thread

2009-09-30 Thread Jamie McCrindle
Hi All, I've just got hit by an OutOfMemoryError: unable to create new native thread issue. I've switched UseDedicatedTaskRunner to false which appears to have resolved the issue for now but I have a feeling I'm just masking a deeper problem. I have the following set up: 2 ActiveMQ brokers confi