Matthias Weßendorf created BEAM-4182:
----------------------------------------
Summary: JMSMessageID can be null
Key: BEAM-4182
URL: https://issues.apache.org/jira/browse/BEAM-4182
Project: Beam
Issue Type: Bug
Components: io-java-jms
Affects Versions: 2.4.0
Reporter: Matthias Weßendorf
Assignee: Jean-Baptiste Onofré
JMSRecord asssumes the JMSMessageID to be not null, but spec says:
{quote}
Message header field references are restricted to JMSDeliveryMode,
JMSPriority, JMSMessageID, JMSTimestamp, JMSCorrelationID, and
JMSType. JMSMessageID, JMSCorrelationID, and JMSType values may be
null and if so are treated as a NULL value.
{quote}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)