Bug 1070874
| Summary: | Exchange is not created when dynamic flag is used | ||
|---|---|---|---|
| Product: | Red Hat Enterprise MRG | Reporter: | Petr Matousek <pematous> |
| Component: | qpid-cpp | Assignee: | Gordon Sim <gsim> |
| Status: | CLOSED ERRATA | QA Contact: | Petr Matousek <pematous> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | Development | CC: | gsim, jross |
| Target Milestone: | 3.1 | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | qpid-cpp-0.30-2 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-04-14 13:47:33 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: | |||
Fixed upstream: https://svn.apache.org/r1588001 This issue has been fixed. Verified on rhel6.6 (x86_64 and i386) Packages: qpid-cpp-*-0.30-5 -> VERIFIED Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2015-0805.html |
Description of problem: When using a dynamic flag for creating exchange, the exchange is not created using 0-10, ie: ./spout "#node1;{node:{type:topic}}" Exchange not found exception (same behavior when receiver is used) With regard that all of the commands below creates the node and send messages towards it, this is needlessly inconsistent. ./spout "#node1;{node:{type:queue}}" --connection-options "{protocol:amqp1.0}" ./spout "#node1;{node:{type:topic}}" --connection-options "{protocol:amqp1.0}" ./spout "#node1;{node:{type:queue}}" Version-Release number of selected component (if applicable): qpid-cpp-server-*-0.22-35 How reproducible: 100% Steps to Reproduce: 1. ./spout "#node1;{node:{type:topic}}" 2. Exchange not found exception Actual results: Exchange not found exception Expected results: The exchange is created, meesages are sent towards it, the exchange is removed on link close Additional info: