The Camel Context definition would help. Bear in mind that you can increase concurrency at the consumer side by using the concurrentConsumers option on the SEDA endpoint. Not sure if you have already come across that option?
Regards, Raúl. On 12 December 2011 18:43, Christian Müller <christian.muel...@gmail.com>wrote: > Hello Mete! > > sendBody(...) use the ExchangePattern#InOut. May your consumer slows down > the route? > > It's easier to get if you provide the proper context for us (which Camel > version do you use, some code snippets, ...). You can find more about it at > [1]. > > [1] http://camel.apache.org/support.html > > Best, > Christian > > On Mon, Dec 12, 2011 at 6:12 PM, metebalci <meteba...@gmail.com> wrote: > > > > > Thanks Claus, but I am already using it like that. > > > > e.g. > > > > ProducerTemplate pt = ... > > > > // this loop takes 1000ms for 2000 iterations > > for (..) { > > pt.sendBody(...) > > } > > > > -- > > View this message in context: > > > http://camel.465427.n5.nabble.com/seda-queue-performance-tp5068914p5068966.html > > Sent from the Camel - Users mailing list archive at Nabble.com. > > >