SEDA Query

2012-06-25 Thread gilboy
Hi

Assume I am consuming a message from a SEDA endpoint. Does the SEDA consumer
support acknowledements to dequeue the message or is the message gone from
the queue once my consumer gets it

Thanks

--
View this message in context: 
http://camel.465427.n5.nabble.com/SEDA-Query-tp5715082.html
Sent from the Camel - Users mailing list archive at Nabble.com.


Re: SEDA Query

2012-06-25 Thread Ashwin Karpe
Hi,

The SEDA and VM endpoints use java.util.concurrent.BlockingQueue in FIFO
mode to provide queueing semantics.

They are shared memory based and there are no broker processes or connection
factories involved in the communication chain. Consequently there are no
acknowledgements...

Hope this clears things.

Cheers,

Ashwin...

-
-
Ashwin Karpe
Apache Camel Committer  Sr Principal Consultant
FUSESource (a Progress Software Corporation subsidiary)
http://fusesource.com 

Blog: http://opensourceknowledge.blogspot.com 
-
--
View this message in context: 
http://camel.465427.n5.nabble.com/SEDA-Query-tp5715082p5715087.html
Sent from the Camel - Users mailing list archive at Nabble.com.