Verifification of unique client ID does not work in Java Broker
---------------------------------------------------------------
Key: QPID-3428
URL: https://issues.apache.org/jira/browse/QPID-3428
Project: Qpid
Issue Type: Bug
Components: Java Broker, Java Client
Affects Versions: 0.10
Reporter: Alex Rudyy
Assignee: Robbie Gemmell
Priority: Minor
On settings client JVM property "qpid.verify_client_id" to "true" Qpid broker
should not allow creation of connections with the same client id. However, this
functionality does not work at the moment.
JUnit test
org.apache.qpid.test.unit.client.connection.ConnectionTest#testClientIDVerification
fails with the following message:
"The client should throw a ConnectionException stating the client ID is not
unique"
junit.framework.AssertionFailedError: The client should throw a
ConnectionException stating the client ID is not unique
at
org.apache.qpid.test.unit.client.connection.ConnectionTest.testClientIDVerification(ConnectionTest.java:307)
at
org.apache.qpid.test.utils.QpidBrokerTestCase.runBare(QpidBrokerTestCase.java:243)
at org.apache.qpid.test.utils.QpidTestCase.run(QpidTestCase.java:125)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]