Using SEDA without losing messages

2012-01-29 Thread Sabin Timalsena
Hello, I'm a beginner in camel and ActiveMQ and was recently trying to study the behavior of SEDA queues. I'm not sure I understand the "size" property of SEDA queues. Say the queue has (size=4) and (concurrentConsumers=4). 4 messages are brought into the queue. My understanding is that, as

RE: Using SEDA without losing messages

2012-01-30 Thread Sabin Timalsena
Hi Check the seda documentation. http://camel.apache.org/seda There is a blockWhenFull option you can use to set true to have the caller block if the seda queue is full On Mon, Jan 30, 2012 at 7:20 AM, Sabin Timalsena wrote: > Hello, > > > > I'm a beginner in camel and

RE: Using SEDA without losing messages

2012-01-30 Thread Sabin Timalsena
ck the seda documentation. > http://camel.apache.org/seda > > There is a blockWhenFull option you can use to set true to have the > caller block if the seda queue is full > > > > On Mon, Jan 30, 2012 at 7:20 AM, Sabin Timalsena > wrote: >> Hello, >> >> >

RE: Using SEDA without losing messages

2012-01-30 Thread Sabin Timalsena
n Mon, Jan 30, 2012 at 12:06 PM, Sabin Timalsena wrote: > Well, I wanted to include SEDA for the parallel processing of messages. > Maybe I should be trying something else? Like the Threads DSL maybe. I > haven't taken a good look at the Threads DSL though. What would you >