Where do you read that? The wiki page says that stream caching is disabled from Camel 2.0 onwards http://camel.apache.org/stream-caching.html
In Camel 2.0 stream cache is default disabled out of the box. In Camel 1.x stream cache is default enabled out of the box. On Tue, Feb 8, 2011 at 11:43 AM, adamcooney <[email protected]> wrote: > > 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. > -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
