RE: Issue with high volume load in camel

2015-04-08 Thread yogu13
Started 2 contexts together and it worked. Does this mean your issue is resolved? -- View this message in context: http://camel.465427.n5.nabble.com/Issue-with-high-volume-load-in-camel-tp5765430p5765465.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Issue with high volume load in camel

2015-04-07 Thread yogu13
Incase you need to seda for any reason then setting queueSize and blockWhenFull properties on Seda http://camel.apache.org/seda.html could also help! Regards, -Yogesh -- View this message in context:

Re: Issue with high volume load in camel

2015-04-07 Thread yogu13
I wouldnt choose to pick the messages from the queue and write it to seda and instead write it to files directly after picking up from the queue. Seda seems to be an overhead in this case. Just my thought. Regards, -Yogesh -- View this message in context:

RE: Issue with high volume load in camel

2015-04-07 Thread Vanshul . Chawla
[mailto:yog...@gmail.com] Sent: Wednesday, April 08, 2015 11:05 AM To: users@camel.apache.org Subject: Re: Issue with high volume load in camel Incase you need to seda for any reason then setting queueSize and blockWhenFull properties on Seda http://camel.apache.org/seda.html could also help