[Memory Leak] Broker does not return mandatory messages sent outside of a
transaction.
--------------------------------------------------------------------------------------
Key: QPID-508
URL: https://issues.apache.org/jira/browse/QPID-508
Project: Qpid
Issue Type: Bug
Components: Java Broker
Affects Versions: M1, M2
Reporter: Martin Ritchie
Assignee: Martin Ritchie
Currently message are placed into _returnMessage but these messages are only
processed by the TxCommit Handler. So this queue just grow till OOME for
non-transactional messaging.
Problem with the broker is masked for the queue case by the client as it does a
Non-AMQ check to see if the queue is bound. Which is part of the JMS Spec. The
JMS Spec doesn't call for checking that a given topic has a valid routing.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.