-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
None
-
Compatibility/Configuration, User Experience
-
When tested JMS openwire client (packaged in JBoss A-MQ) with standalone TCK tests, it failed in the same 20 tests for both A-MQ versions, described in "Environment".
Please, see the attached log for whole TCK run and errors.
Used jndi.properties file:
java.naming.factory.initial=org.apache.activemq.jndi.ActiveMQInitialContextFactory java.naming.provider.url=tcp://tckuser:tckuser@<hostname>:61616 connectionFactoryNames=MyConnectionFactory,MyQueueConnectionFactory,MyTopicConnectionFactory,DURABLE_SUB_CONNECTION_FACTORY #queue.MY_QUEUE=tck.my.queue #topic.MY_TOPIC=tck.my.topic queue.MY_QUEUE=MY_QUEUE queue.MY_QUEUE2=MY_QUEUE2 queue.testQ0=testQ0 queue.testQ1=testQ1 queue.testQ2=testQ2 queue.testQueue2=testQueue2 queue.Q2=Q2 topic.MY_TOPIC=MY_TOPIC topic.MY_TOPIC2=MY_TOPIC2 topic.testT0=testT0 topic.testT1=testT1 topic.testT2=testT2
There are total of 15 out of 20 errors with durable subscriber. Either, there is an error in our jndi settings (how to define durableSubscriber connection factory?) or openwire client does not support setting clientId on connection?
Create DurableSubscriber ERROR: javax.jms.JMSException: You cannot create a durable subscriber without specifying a unique clientID on a Connection com/sun/ts/tests/jms/core/appclient/txtopictests/TxTopicTests.java#commitAckMsgTopicTest_from_standalone com/sun/ts/tests/jms/core/appclient/txtopictests/TxTopicTests.java#transactionRollbackOnPublishTopicTest_from_standalone com/sun/ts/tests/jms/core/appclient/txtopictests/TxTopicTests.java#transactionRollbackOnSessionCloseReceiveTopicTest_from_standalone com/sun/ts/tests/jms/core/appclient/txtopictests/TxTopicTests.java#txRollbackOnConnectionCloseReceiveTopicTest_from_standalone com/sun/ts/tests/jms/core/selectorTopic/MsgSelectorTopicTests.java#durableTopicEmptyStringSelTest_from_standalone com/sun/ts/tests/jms/core/selectorTopic/MsgSelectorTopicTests.java#durableTopicNullSelTest_from_standalone com/sun/ts/tests/jms/core/sessiontests/SessionTests.java#InvalidSelectorTests_from_standalone com/sun/ts/tests/jms/core/sessiontests/SessionTests.java#SubscriberTests_from_standalone com/sun/ts/tests/jms/core/topictests/TopicTests.java#durableSubscriberChangeSelectorTest2_from_standalone com/sun/ts/tests/jms/core/topictests/TopicTests.java#durableSubscriberChangeSelectorTest_from_standalone com/sun/ts/tests/jms/core/topictests/TopicTests.java#durableSubscriberNewTopicTest_from_standalone com/sun/ts/tests/jms/core/topictests/TopicTests.java#durableSubscriberTopicNoLocalTest2_from_standalone com/sun/ts/tests/jms/core/topictests/TopicTests.java#durableSubscriberTopicNoLocalTest_from_standalone com/sun/ts/tests/jms/core/topictests/TopicTests.java#inactiveDurableSubscriberTopicRecTest_from_standalone com/sun/ts/tests/jms/core/topictests/TopicTests.java#simpleDurableSubscriberTopicTest_from_standalone
Other failures then durable subscriber
com/sun/ts/tests/jms/core/appclient/topictests/TopicTests.java#topicRequestorExceptionTests_from_standalone com/sun/ts/tests/jms/core/queueConnection/QueueConnectionTests.java#metaDataTests_from_standalone com/sun/ts/tests/jms/core/queueMsgProperties/QueuePropertyTests.java#msgPropertiesQTest_from_standalone com/sun/ts/tests/jms/core/topicConnection/TopicConnectionTests.java#metaDataTests_from_standalone com/sun/ts/tests/jms/core/topicMsgProperties/TopicPropertyTests.java#msgPropertiesTopicTest_from_standalone
Thank you
- is related to
-
ENTMQBR-477 [Openwire JMS] JMS 1.1 TCK failures with JAMQ 7 ER13
-
- Closed
-