broker is unable to evaulate "JMSMessageID IS NULL" correctly when using 0-10
-----------------------------------------------------------------------------
Key: QPID-2898
URL: https://issues.apache.org/jira/browse/QPID-2898
Project: Qpid
Issue Type: Bug
Components: Java Broker
Affects Versions: 0.6
Reporter: Robbie Gemmell
Fix For: 0.7
org.apache.qpid.test.client.message.SelectorTest#testSelectorWithJMSMessageID
fails because the broker is not able to properly evaluate the selector
"JMSMessageID IS NULL" when using 0-10, and so incorrectly fails to deliver
messages to the client.
This is due to the use of String.valueOf() when converting the UUID for the
message ID into a String, meaning that instead of a null reference value, the
string "null" is returned.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]