Alan Conway created QPID-4349:
---------------------------------
Summary: HA duplicates messages with alternate exchangee.
Key: QPID-4349
URL: https://issues.apache.org/jira/browse/QPID-4349
Project: Qpid
Issue Type: Improvement
Components: C++ Clustering
Affects Versions: 0.18
Reporter: Alan Conway
Assignee: Alan Conway
If a queue has an alternate-exchange then deleting the queue will route
messages to it. The problem is that this will route the messages twice: once on
the primary and once on the backup.
Reproduce:
- Declare a queue q1 with alternate exchange amq.fanout
- Bind a queue q2 to amq.fanout
- Send messages to q1
- Delete q1
- Verify that messages appear twice on q2.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]