Andrew Stitcher created QPID-4975:
-------------------------------------
Summary: AMQP 0_10 Messaging client sends empty correlation id
even if no correlation Id is set
Key: QPID-4975
URL: https://issues.apache.org/jira/browse/QPID-4975
Project: Qpid
Issue Type: Bug
Components: C++ Client
Reporter: Andrew Stitcher
The qpid::messaging library holds no flag to say whether the correlation id has
been set or not so when it converts the message properties to the amqp 0_10 it
unconditionally sends "" if the user set no correlation id.
It would be better if it detected an empty correlation id property and didn't
send a correlation id on the wire.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]