Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.6
-
None
Description
The setObject method implementation in javax.jms.MapMessage currently allows java.util.List and java.util.Map objects to be inserted in addition to the objects required by the JMS specifications.
There have been interest in allowing a UUID (a supported data type in AMQP 0-10) to be inserted into the map message.