Using separate threads to stop message sucker
---------------------------------------------
Key: JBMESSAGING-1893
URL:
https://issues.jboss.org/browse/JBMESSAGING-1893
Project: JBoss Messaging
Issue Type: Bug
Components: JMS Clustering
Affects Versions: 1.4.8.SP2, 1.4.0.SP3.CP14
Reporter: Yong Hao Gao
Assignee: Yong Hao Gao
Fix For: 1.4.0.SP3.CP15, 1.4.8.SP3
Stopping MessageSuckers involve remoting operations (such as close consumer) and that may
take a long time blocking if the network has problems. Easpecially during failover, the
stop of suckers are executed in the thread of jgroups, which doesn't expect any long
blocking operations. It should be executed using separate threads (pool).
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira