Durable subscriber with no-local true receives messages on re-connection ------------------------------------------------------------------------
Key: QPID-3605 URL: https://issues.apache.org/jira/browse/QPID-3605 Project: Qpid Issue Type: Bug Components: Java Broker Affects Versions: 0.15 Reporter: Keith Wall If a durable subscriber using no-local true reconnects to the Java Broker, it receives all messages that publisher on same connection previously sent. This defect is present on all code paths (0-8..0-10) See tests: (Java) org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testNoLocalOnConnection (Python) qpid_tests.broker_0_10.message.MessageTests.test_no_local_awkward This defect does not manifest itself on the CPP Broker, as the CPP broker drops these messages. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org