Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
1.8.0, 2.2.0
-
None
Description
The JMSProducer interface has methods for sending body values without a containing Message object. The methods define they should succeed and send a message with no body when given a null value, but the Map and byte[] related method implementations would currently throw a NullPointerException instead.