"Thread Local storage limit reached" Exception

2013-03-19 Thread parth325
Hi, I am getting *Thread Local storage limit reached* at initialization of my application as soon as I increase my thread pool size more then 80. I am currently having 80 threads and each threads own a connection object and failover mechanism is on . Please let me know the reason if possible s

Re: Multiple Connection and Reconnect. (activemq-cpp)

2013-03-09 Thread parth325
Thanx a ton tim, I am able to get pool of connections by implementing your suggestions, resulting performance of my code has improved beyond expectation . keep up the good work . -- View this message in context: http://activemq.2283324.n4.nabble.com/Multiple-Connection-and-Reconnect-activemq-c

Multiple Connection and Reconnect. (activemq-cpp)

2013-03-08 Thread parth325
Hi Friends, I am having single activemq broker , but i want to have multiple connections with it , as the rate at which my application is receiving data is quit high and single connection is causing some performance bottle neck. I have been suggested to create multiple connections or connection po