You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by Denis Bazhenov <ba...@farpost.com> on 2008/07/16 12:52:50 UTC

STOMP Connections thread pooling

I've noticed that ActiveMQ does not use thread pooling on stomp 
connections. Every new connection executed in new thread (i've exposed 
that when looking at thread names with JMX client). In situations with 
insignificant session time, this may be a problem i think

I've intresting if this have an explanation.

Thank in Advance.