Keith Wall created QPID-6673: -------------------------------- Summary: Java Broker stores cannot discriminate between null and empty message content Key: QPID-6673 URL: https://issues.apache.org/jira/browse/QPID-6673 Project: Qpid Issue Type: Bug Components: Java Broker Reporter: Keith Wall
The Java Broker store currently has no way to discriminate between a message with no content vs. a message with zero length content. If you send a 0-10 persistent message with null content, then restart the Broker and receive the message, you will receive a message with zero length content. This defect has been highlight by QPID-6662 and Python tests qpid.tests.messaging.message.MessageEchoTests.testTextPlainEmpty. The JIRA changed the handling of message with null content so that zero length content is always returned (regardless of whether the Broker is restarted or not). -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org