[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-1805) MessageSucker's suspend() method does unnecessary closing of it's consumer

Howard Gao (JIRA) jira-events at lists.jboss.org
Fri Apr 23 09:27:11 EDT 2010


MessageSucker's suspend() method does unnecessary closing of it's consumer
--------------------------------------------------------------------------

                 Key: JBMESSAGING-1805
                 URL: https://jira.jboss.org/jira/browse/JBMESSAGING-1805
             Project: JBoss Messaging
          Issue Type: Bug
          Components: JMS Clustering
    Affects Versions: 1.4.6.GA, 1.4.0.SP3.CP10
            Reporter: Howard Gao
            Assignee: Howard Gao
             Fix For: 1.4.0.SP3.CP11, 1.4.6.GA.SP1


In MessageSucker.suspend(), it tries to close the consumer. This is totally unnecessary. Because on Sucker's connection failure, the failed connection will be closed, meaning its consumer will be closed too.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list