Re: Seda component problem

2012-12-05 Thread Willem jiang
Hi The SEDA just give you a chance to handle the exchange to other thread, so you can keep feeding the message to the camel route without waiting for the processing. If you want to make sure the message to be taken from when it is processing, you can use the direct endpoint to chain the routes t

Seda component problem

2012-12-05 Thread Alireza BANAEI
Hi, We are going to use SEDA for some parallel task execution. We use Camel 2.10.2. The problem with Seda is that it empties the queue even if there are 1000 messages in it. And if we decide to stop the router or the program, we'll lose all messages, which i