Description of problem: If a sender or receiver is created over AMQP 1.0 for a queue/exchange that doesn't exist (and assuming there is no matching policy either), the exception thrown is of type LinkError which is more general than the NotFound expected (and thrown if using 0-10) Version-Release number of selected component (if applicable): qpid 0.26 How reproducible: 100% Steps to Reproduce: 1. create a sender/receiver to/from a name that does not refer to an existing queue or exchange Actual results: a LinkError is thrown Expected results: a NotFound exception is thrown Additional info:
Not a blocker by any means, but a little annoying for those who care and a very low risk fix is available upstream: https://svn.apache.org/r1571688
Verified RHEL6.5 (64 and 32) on package 0.22-36 The exception is a "Not Found" Link detached by peer with amqp:not-found: Node not found: my_nonexist_queue