You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by gilboy <jo...@gmail.com> on 2012/06/25 22:35:06 UTC

SEDA Query

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

Posted by Ashwin Karpe <ak...@fusesource.com>.
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.