Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
We need to set a messageId to UUID format on messages we send. When I look at the source code in https://github.com/apache/qpid-jms/blob/master/qpid-jms-client/src/main/java/org/apache/qpid/jms/JmsSession.java I see that the message id is generated using the producer id and a sequence number. (Line 923).
Is it not possible to use UUID:s as message ids?
Question on Stack overflow: http://stackoverflow.com/questions/32353797/apache-camel-qpid-set-messageid-to-uuid-not-working