Re: Multiple threads for ActiveMQ Connection

2008-05-20 Thread Rob Davies
best thing to do would be to produce a small junit test case to replicate what you are doing and submit it as an issue on a jira. That way we will be able to determine where the problem is and you'll be able to track progress cheers, Rob http://open.iona.com/products/enterprise-activemq ht

Re: Multiple threads for ActiveMQ Connection

2008-05-20 Thread mandira
Thanks Filip for response. The OOM Error is not that relevant as is the no of threads that keeps increasing with the no of messages sent to the queue. Most of the threads are in Net I/O or waiting state. Any idea what we could be doing wrong? Thank you, Mandira Filip Hanik - Dev Lists wrote

Re: Multiple threads for ActiveMQ Connection

2008-05-20 Thread Filip Hanik - Dev Lists
mandira wrote: We are using ActiveMQ for parallel processing - Some of parallelism achieved through JMS Listeners and some through multiple threads. While running the application after some time - we were always getting "Out of Memory" Error yeah, but what kind of OOME? there are many types