[rabbitmq-discuss] RabbitMq with WCF Transaction
Emile Joubert
emile at rabbitmq.com
Thu Feb 28 09:32:30 GMT 2013
Hi,
On 28/02/13 09:06, Hadas wrote:
> Can you please give me link to example of rabbitmq transaction?
See the 2nd tutorial for a discussion about guarantees when a message is
being delivered from the broker to a consumer:
http://www.rabbitmq.com/tutorials/tutorial-two-python.html
https://github.com/rabbitmq/rabbitmq-tutorials/tree/master/dotnet
You should use confirms instead of transactions to guarantee that
messages from the producer to the broker don't get lost:
http://www.rabbitmq.com/confirms.html
See RabbitMQ.Client.Unit.TestExtensions.TestConfirmBarrier() for the API
usage in C♯.
-Emile
More information about the rabbitmq-discuss
mailing list