Description of problem: Need a way of specifying filters for xml- and headers- exchanges. Version-Release number of selected component (if applicable): qpid 0.22 did not include this To test, create a receiver (e.g. using drain or qpid-receive for: my-xml-exchange; {link:{filter:{name:foo,descriptor:"apache.org:xquery-filter:string",value:"declare variable $colour external; $colour = 'red'"}}} and/or my-headers-exchange; {link:{filter:{name:bar,descriptor:"apache.org:legacy-amqp-headers-binding:map",value:{x-match:all,colour:red, shape:square}}}} and confirm bindings exist via qpid-config and/or by sending matching messages to the exchanges.
This issue has been fixed. Verified on rhel6.5 (i386, x86_64). packages used for testing: qpid-cpp-*-0.22-29.el6 -> VERIFIED