Client ID is set even if it's disabled
--------------------------------------
Key: QPID-1115
URL: https://issues.apache.org/jira/browse/QPID-1115
Project: Qpid
Issue Type: Bug
Components: Java Client
Affects Versions: M3
Reporter: Arnaud Simon
Fix For: M3
Description:
Message IDs are lazily generated that is to say that a new ID is generated when
accessing a null ID. This may not be lazy enough as setting the message ID to
null when DisableMessageID is set to true results in a new ID being generated
instead of not generating any.
Solution:
Generate a new ID only when DisableMessageID is false.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.