mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-11 20:45:35 +00:00
When setting expiration on the AMQPMessage the AMQP header TTL value should be read as an unsigned integer and as such should use the longValue API of UnsignedInteger to get the right value to set expiration.