Bug 675303

Summary: Dynamic Exchanges Do Not Correctly Behave When Bindings Removed
Product: Red Hat Enterprise MRG Reporter: Chris Pitman <christopher.pitman>
Component: qpid-cppAssignee: messaging-bugs <messaging-bugs>
Status: CLOSED DUPLICATE QA Contact: MRG Quality Engineering <mrgqe-bugs>
Severity: high Docs Contact:
Priority: unspecified    
Version: DevelopmentCC: agoldste, kgiusti
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-02-27 20:40:43 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Bug Depends On:    
Bug Blocks: 698367    
Attachments:
Description Flags
Shell script that reproduces error none

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 ***