Client-Side Thread Management

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 849

This topic has not yet been written. The content below is from the topic description.
41.2. Client-Side Thread Management On the client side, HornetQ maintains a single static scheduled thread pool and a single static general thread pool for use by all clients using the same classloader in that JVM instance. The static scheduled thread pool has a maximum size of 5 threads, and the general purpose thread pool has an unbounded maximum size. If required HornetQ can also be configured so that each ClientSessionFactory instance does not use these static pools but instead maintains its own scheduled and general purpose pool. Any sessions created from that ClientSessionFactory will use those pools instead.