I've had a problem whereby I was trying to read an XML message in a
multicast. The first recipient could read the XML stream but when the second
recipient tried to read the XML stream the stream was null. After searching
the Internet, I found documentsation saying that camel caches the Exchange
message in order for multiple recipients to read it. According to the 
http://camel.apache.org/stream-caching.html stream-caching page , stream
caching is on by default for multicasting but I had to enable stream caching
in my camel context in order to get both of my recipients to read the
message.
-- 
View this message in context: 
http://camel.465427.n5.nabble.com/Multicast-not-enabling-stream-caching-by-default-tp3375689p3375689.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to