Hide Forgot
Created attachment 515896 [details] patch proposal (its description in JIRA 3377) Description of problem: Having a queue bound just to default exchange and sending a message with a subject to the queue results in dropping the message by the default queue. Version-Release number of selected component (if applicable): any How reproducible: 100% Steps to Reproduce: 1) qpid-config add queue testQueue 2) cd /usr/share/doc/qpid-java-0.10/examples 3) ./run_example.sh org.apache.qpid.example.Spout testQueue/someSubject Actual results: qpid-stat -e shows the default '' exchange dropped the message Expected results: The message (with subject "someSubject") should be routed to "testQueue" queue. Additional info: See JIRA 3377 for the same (https://issues.apache.org/jira/browse/QPID-3377) Patch already proposed.
Rajith posted a patch to upstream (see the JIRA updates).
This is tracked in upstream via https://issues.apache.org/jira/browse/QPID-3377 Applied patch from Pavel in upstream along with a test case. Details as follows, http://svn.apache.org/viewvc?view=rev&rev=1153298 test case, http://svn.apache.org/viewvc?view=rev&rev=1153299
If back porting the above fix, the the following commit also needs to be ported in order for 1153298 to compile properly. http://svn.apache.org/viewvc?view=rev&rev=1153272
Fix was tested on: RHEL 5.7 x86/x64 qpid-java-common-0.10-9.el5 qpid-java-client-0.10-9.el5 qpid-java-jca-0.10-9.el5 qpid-java-example-0.10-9.el5 RHEL 6.1 x86/x64 qpid-java-jca-0.10-9.el6.noarch qpid-java-common-0.10-9.el6.noarch qpid-java-example-0.10-9.el6.noarch qpid-java-client-0.10-9.el6.noarch changing to 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. http://rhn.redhat.com/errata/RHBA-2011-1339.html