TopicExchanges does not preserve all binding information so cannot unbind
correctly.
------------------------------------------------------------------------------------
Key: QPID-769
URL: https://issues.apache.org/jira/browse/QPID-769
Project: Qpid
Issue Type: Bug
Affects Versions: M2, M2.1
Reporter: Martin Ritchie
Currently the DWE normalizes all the topics so a.# == a.#.#. This is a problem
because if you then ubind a.#.# you will actually unbind a.# because a.#.# was
never stored.
So the exchange should record both bindings : a.#,q1 and a.#.#,q1
and at some other point ensure the uniqueness of the queue list
... the unique should be done on the headers echange too
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.