You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rob Godfrey (JIRA)" <qp...@incubator.apache.org> on 2007/12/12 15:20:43 UTC

[jira] Resolved: (QPID-611) Queue Total size calculations can cause NPE on broker.

     [ https://issues.apache.org/jira/browse/QPID-611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Godfrey resolved QPID-611.
------------------------------

    Resolution: Fixed

> Queue Total size calculations can cause NPE on broker.
> ------------------------------------------------------
>
>                 Key: QPID-611
>                 URL: https://issues.apache.org/jira/browse/QPID-611
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M2
>            Reporter: Martin Ritchie
>             Fix For: M2.1, M3
>
>         Attachments: QPID-611.patch
>
>
> Because messages can be delivered via multiple routes the _totalQueueSize calculations updated by message size which is stored in the messageHandle and is purged when the message is dereferenced. 
> The solution is we need to check if the message has been sent before adujsting the values.

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