[rabbitmq-discuss] WCF Do not act if failed to process
mamu
manishtpatel at yahoo.com
Sat Oct 16 01:46:38 BST 2010
WCF client library act's as soon as it read message from queue. Below is line
called as soon as message got read from queue.
m_messageQueue.Model.BasicAck(msg.DeliveryTag, false);
It is going to call service after message is removed from rabbitmq, and if
service has some component down it's going to fail in executing actual
implementation in service.
I would like to change this behavior to like, call basicact only if message
was processed successfully by wcf service.
Any one could suggest how can i change rabbitmq wcf implementation to
achieve above?
Also would like to hear you experience around handling above case.
--
View this message in context: http://old.nabble.com/WCF-Do-not-act-if-failed-to-process-tp29976517p29976517.html
Sent from the RabbitMQ mailing list archive at Nabble.com.
More information about the rabbitmq-discuss
mailing list