It's great that you guys (RabbitMQ) have the tutorials for Python and Java, but I'm looking for some complete examples for C#, specifically synchronous request-reply and asynchronous re-quest-reply message patterns. &nbsp;I've been searching the net for a while now, and keep seeing examples for EasyNetQ (which I am not too interested in using (plus the documentation is fairly poor for, it's only documents snippets, but no complete samples). &nbsp;I was able to put together a simple pusher app, that publishes messages to an exchange, and a puller component that successfully pulls those messages, and it was fairly simple to use, but has little to no relevance to the real world.<div><br></div><div>So where could I get some good examples of request-reply patterns, both synchronous and asynchronous? &nbsp;Something that's actually versbose in it's explanations as opposed to something that just shows a snippet or two of code?</div>