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