Hi, i have quite a simple route which uses a <split> and a <multicast>
along the lines of ....
<split>
        <simple>${body}</simple>
        <bean ref="aBean" method="doA" />
        <multicast>
                <to uri="seda:createX" id="sedaCreateX" />
                <to uri="seda:createY" id="sedaCreateZ" />
        </multicast>
</split>

I'm seeing HeapSize filling up, 
Diving into the heapsize more i see a large object array of type of type 
org.apache.camel.processor.MulticastProcessor$DafaultProcessorExchangePair
which looks to be consistent with the size and volumes of messages going
through the route. 

Has anyone encountered the likes of this before? I'm wondering is there an
'end' missing?

Appreciate the help,
Jason



--
View this message in context: 
http://camel.465427.n5.nabble.com/Multicast-Memory-HeapSize-issue-tp5736641.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to