[
https://issues.apache.org/jira/browse/QPID-769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Ritchie resolved QPID-769.
---------------------------------
Resolution: Invalid
Not an issue on the new Topic Exchange
> 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
> Components: Java Broker
> Affects Versions: M2, M2.1
> Reporter: Martin Ritchie
> Assignee: Martin Ritchie
> Fix For: M3
>
>
> 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.