Subscriber « Thread « Spring Q&A





1. Spring Topic Subscriber thread-pooling    stackoverflow.com

I have been skimming forums and websites for a few days now about how to thread-pool a spring JMS subscriber with very little luck. When using a queue with the ...

2. Dedicated thread per subscriber?    forum.springsource.org

I have configured a pub-sub channel, and would like to have a single dedicated thread per subscriber (each subscriber is a service-activator.) Is it possible? Thanks, Khoa