Bug 675303 - Dynamic Exchanges Do Not Correctly Behave When Bindings Removed
Summary: Dynamic Exchanges Do Not Correctly Behave When Bindings Removed
Keywords:
Status: CLOSED DUPLICATE of bug 581560
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: qpid-cpp
Version: Development
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
: ---
Assignee: messaging-bugs
QA Contact: MRG Quality Engineering
URL:
Whiteboard:
Depends On:
Blocks: 698367
TreeView+ depends on / blocked
 
Reported: 2011-02-04 20:20 UTC by Chris Pitman
Modified: 2012-02-27 20:40 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-02-27 20:40:43 UTC
Target Upstream Version:


Attachments (Terms of Use)
Shell script that reproduces error (2.04 KB, application/x-shellscript)
2011-02-04 20:20 UTC, Chris Pitman
no flags Details

Description Chris Pitman 2011-02-04 20:20:18 UTC
Created attachment 477107 [details]
Shell script that reproduces error

Description of problem:
Give 3 brokers (A, B, C) all with an exchange (Dyn.Ex) which is dynamically federated A->B and A->C, with queues on B and C both bound Dyn.Ex with the same topic.  Even if both queues are then unbound, A will continue to send messages with the topic to B (and maybe C).

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Adjust paths in bash file
2. Run script
  
Actual results:
After queues are unbound, exchanges continue to receive messages.

Expected results:
After queues are unbound, no messages are received.

Comment 1 Ken Giusti 2012-02-27 20:40:43 UTC
Appears to be a duplicate of 581560.  Verified that the test script passes when run against latest MRG tree.

*** This bug has been marked as a duplicate of bug 581560 ***


Note You need to log in before you can comment on or make changes to this bug.