I'm trying to do some stress testing, using a client written in c++, using the activemq cpp library.
My code creates a bunch of consumers, each of which listens with its own "onMessage" callback handler. Everything works fine, up to 127 consumers. As soon as I try to create the 128th consumer I get an exception: "Thread Local storage limit reached." Looking at the code, I see that it's using it's own "decaf" libraries for concurrency. I'm guessing there is a limit somewhere in here. Question: Can I increase this limit? Any help much appreciated! Duncan -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-CPP-library-limit-on-number-of-connections-threads-tp4730011.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
