Hi,

I have come across an issue with the Camel 2.13.1 source code when
subscribing to a qpid messages published by a non-camel producers. The error
happens with both Qpid C++ producer and also a python producer.

An Null pointer exception is thrown in the JmsBinding.extractHeadersFromJMS
on line 173.

map.put("JMSXUserID", jmsMessage.getStringProperty("JMSXUserID"));

JMSXUserID has not been set by the publisher as it is a non-JMS publisher.

Has anyone else experienced this ?

Thanks




--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-Subscribing-to-messages-published-by-non-camel-producers-tp5751343.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to