ceposta wrote
> Looks like the content of the message is null and it cannot be marshalled.
> Not sure why there would be null messages... are producers sending them?

That shouldn't be happening for a couple of reasons:
 - we are using spring to send messages and there are only a couple of
places where this code is called. It doesn't look like there is any way that
a producer could be sending a null message
 - I should have mentioned this in the initial post, but most messages are
actually sent to a broker embedded in each tomcat app and then forwarded on
to a central broker. If we were doing something like trying to send a null
message, I would expect to see some errors in the embedded broker logs
instead of the central broker log.




--
View this message in context: 
http://activemq.2283324.n4.nabble.com/NullPointerException-in-AbstractInactivityMonitor-tp4660359p4660364.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to