Hide Forgot
TCK tests failing com/sun/ts/tests/jms/ee/all/sessiontests/SessionTests.java#SubscriberTests_from_appclient com/sun/ts/tests/jms/ee/all/sessiontests/SessionTests.java#SubscriberTests_from_ejb com/sun/ts/tests/jms/ee/all/sessiontests/SessionTests.java#SubscriberTests_from_jsp com/sun/ts/tests/jms/ee/all/sessiontests/SessionTests.java#SubscriberTests_from_servlet com/sun/ts/tests/jms/ee/all/topictests/TopicTests.java#ConsumerTests_from_appclient com/sun/ts/tests/jms/ee/all/topictests/TopicTests.java#ConsumerTests_from_ejb com/sun/ts/tests/jms/ee/all/topictests/TopicTests.java#ConsumerTests_from_jsp com/sun/ts/tests/jms/ee/all/topictests/TopicTests.java#ConsumerTests_from_servlet com/sun/ts/tests/jms/ee/all/topictests/TopicTests.java#durableSubscriberTopicNoLocalTest_from_appclient com/sun/ts/tests/jms/ee/all/topictests/TopicTests.java#durableSubscriberTopicNoLocalTest_from_ejb com/sun/ts/tests/jms/ee/all/topictests/TopicTests.java#durableSubscriberTopicNoLocalTest_from_jsp com/sun/ts/tests/jms/ee/all/topictests/TopicTests.java#durableSubscriberTopicNoLocalTest_from_servlet com/sun/ts/tests/jms/ee/all/topictests/TopicTests.java#noLocalDeliveryTopicTest_from_appclient com/sun/ts/tests/jms/ee/all/topictests/TopicTests.java#noLocalDeliveryTopicTest_from_ejb com/sun/ts/tests/jms/ee/all/topictests/TopicTests.java#noLocalDeliveryTopicTest_from_jsp com/sun/ts/tests/jms/ee/all/topictests/TopicTests.java#noLocalDeliveryTopicTest_from_servlet I think it relates to issue mentioned by Rajith in one of his emails 4. no-local not working with addressing. I'm working on it currently.
Created attachment 561695 [details] Patch for fixing the no-local issue This issue is covered in upstream via QPID-3836 A fix has been committed at http://svn.apache.org/viewvc?rev=1243719&view=rev The attached patch is the same fix but adapted to the 0.14.mrg-preview.
Verified in qpid-jca-0.14-8
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Cause: nolocal is not passed as an argument during Queue declare. Consequence: When nolocal flag is set, the JMS client receives messages sent by the same connection. Fix: nolocal is now passed as an argument during queue-declare. Result: When nolocal flag is set, the JMS client does not receive any messages sent by the same connection.