You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org> on 2008/11/11 11:02:44 UTC

[jira] Created: (QPID-1450) SubscriptionImpl close logging incorrect

SubscriptionImpl close logging incorrect
----------------------------------------

                 Key: QPID-1450
                 URL: https://issues.apache.org/jira/browse/QPID-1450
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker
    Affects Versions: M4
            Reporter: Martin Ritchie
            Priority: Minor


Summary:

SubscriptionImpl.close() will ensure that the state is changed to 'closed' this means that it wall always log 'Called close() on a closed subscriber' and never 'Closing Subscription ....'

We should remove the if (closed) statements.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.