RE: Issue with high volume load in camel

2015-04-08 Thread Vanshul . Chawla
high volume load in camel "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

RE: Issue with high volume load in camel

2015-04-07 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 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 als

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: http://camel.465427.n5.nabble.com/Issue-with-high-volume-load-in

Re: Issue with high volume load in camel

2015-04-07 Thread yogu13
.nabble.com/Issue-with-high-volume-load-in-camel-tp5765430p5765461.html Sent from the Camel - Users mailing list archive at Nabble.com.

Issue with high volume load in camel

2015-04-07 Thread Vanshul . Chawla
Hello, I have a camel context where the messages are picked from a IBM MQ queue and on basis of XPATH, we place it onto separate seda queues. >From seda queues, the messages are picked and files are written in per minute >duration ie append mode for 1 minute. This camel context has peak volumes