Re: Multicast not enabling stream caching by default

2011-02-08 Thread adamcooney
You're right, I misread the 'Implicitly enabled for multicast and dead letter channel (Camel 1.x)' section of the page as overriding the camel 2 default but it was only in camel 1. It says the reason it was changed was to not change the payload under the covers, but since the purpose of multicast

Multicast not enabling stream caching by default

2011-02-08 Thread adamcooney
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 me