
Originally Posted by
ebegoli
James,
Thank you for trying to answer my question.
I understand that you can use JMS on the tomcat, and spring, but my question is really related to the pooling and load balancing of the plain Java MessageListeners (pub-sub scenario) in the clustered WebContainer.
[snip]
My Spring related question is: Is there anything in the Spring IoC container that would provide pooling and load balancing services to the plain java MessageListeners when running in a cluster (multi-JVM, multi-machine logical and physical cluster)?
I have my own idea how could we utilize web container services to bring pool, and instance management to Spring, but my question is - does Spring already have it?
Regards,
Edmon Begoli