Bug 920706
| Summary: | QMF attempt to create already existing binding should raise an error | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise MRG | Reporter: | Pavel Moravec <pmoravec> | ||||
| Component: | qpid-qmf | Assignee: | messaging-bugs <messaging-bugs> | ||||
| Status: | CLOSED UPSTREAM | QA Contact: | Messaging QE <messaging-qe-bugs> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 2.3 | CC: | jross, pematous | ||||
| Target Milestone: | 3.2 | Keywords: | Improvement, Patch, TestCaseProvided | ||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Enhancement | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2025-02-10 03:27:34 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | 916953 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
|
Description
Pavel Moravec
2013-03-12 15:14:41 UTC
Created attachment 873056 [details]
patch proposal
If queue->bind(..) method returns false (in fact exchange->bind(..) does so) and the bind request was not federation originated, raise exception.
BUT this will cause second instance of below command to fail:
qpid-receive -a "MyQueue; {create:always, node:{ x-bindings: [{ exchange:'amq.fanout', queue:'MyQueue' }] }}"
While it makes sense to re-use the address string..
/me was thinking about raising WARN message there rather.
This product has been discontinued or is no longer tracked in Red Hat Bugzilla. |