Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
5.10.0
-
None
Description
When you retrieve the JMSDeliveryMode property from an ActiveMQ message, it returns either "PERSITENT" or "NON_PERSISTENT".
However, when using the set property, it only supports either Integer values or Boolean values.
That is why is sensible to support the mapping from the above string representation ("PERSITENT" or "NON_PERSISTENT") to integer (1 or 2).
Attachments
Issue Links
- relates to
-
AMQ-4144 When used in a message selector, the JMSDeliveryMode header field should be treated as having the values 'PERSISTENT' and 'NON_PERSISTENT'.
- Resolved