MessageID is not set for outgoing messages if that is the only property set
---------------------------------------------------------------------------
Key: QPID-911
URL: https://issues.apache.org/jira/browse/QPID-911
Project: Qpid
Issue Type: Bug
Components: Java Client
Affects Versions: M3
Reporter: Rajith Attapattu
Assignee: Rajith Attapattu
Fix For: M3
The method "setMessageId(String messageId)" in BasicContentHeaderProperties
doesn't set the _hasBeenUpdated to true when a message id is set.
If no other properties were set then this would cause,
contentHeaderProperties.reset() to return false hence the message id is not
copied to the MessageProperties in the "sendMessage" method in
BasicMessageProducer_0_10.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.