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
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.