Mass Transit store and forward

385 views Asked by At

I am looking at Mass Transit documentation but those exemples I find are not completely beginner friendly, at least for me. Can I implement store and forward reliable messaging with MT? Should I use MSMQ or Rabbit MQ then? Any example would be appriciated.

1

There are 1 answers

1
Chris Patterson On BEST ANSWER

If you are looking for a great series of blob posts to get started, look at

http://looselycoupledlabs.com/2014/06/masstransit-publish-subscribe-example/

There are subsequent posts that really detail how to do various other messaging patterns using RabbitMQ as well.