JMS message ID must start with "ID:"
------------------------------------
Key: QPID-939
URL: https://issues.apache.org/jira/browse/QPID-939
Project: Qpid
Issue Type: Bug
Components: Java Client
Affects Versions: M3
Reporter: Arnaud Simon
Fix For: M3
The latest implementation of the 0.10 uses a UUID for representing the Message
ID. We use this UUID as the JMS message ID that is however not a proper UUID as
it must start with "ID:". Therefore, to conform to the JMS specification, "ID:"
should be prepended with received message IDs.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.