Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
If a property with an empty key name is set on a core message and then converted to OpenWire this exception is thrown in accordance with the JMS spec:
java.lang.IllegalArgumentException: Property name cannot be empty or null at org.apache.activemq.command.ActiveMQMessage.setObjectProperty(ActiveMQMessage.java:497) at org.apache.activemq.command.ActiveMQMessage.setObjectProperty(ActiveMQMessage.java:488) at org.apache.activemq.artemis.core.protocol.openwire.OpenWireMessageConverter.setAMQMsgObjectProperties(OpenWireMessageConverter.java:945) at org.apache.activemq.artemis.core.protocol.openwire.OpenWireMessageConverter.toAMQMessage(OpenWireMessageConverter.java:677) at org.apache.activemq.artemis.core.protocol.openwire.OpenWireMessageConverter.createMessageDispatch(OpenWireMessageConverter.java:481) ...
Attachments
Issue Links
- links to