Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
proton-0.5
-
None
Description
The inbound message transformation of AMQP message to JMS message incorrectly sets the JMSExpiration to message TTL which is defined in milliseconds while the JMSExpiration value is a sum of the Message Timestamp and the producers TTL. The transformation should probably map the message creation time + the TTL to the setJMSExpiration method.