Special Theme Night: “Up and Running with RabbitMQ”
RabbitMQ provides robust messaging for applications. Rabbit is open source, easy to use, scales well and is supported on all major operating systems and developer platforms. What can it do for a .NET developer? Using Rabbit will help you write decoupled (better) C# code. It will also minimize the pain of writing reliable, distributed code in .NET. Another benefit is it makes interop between .NET and other languages (and platforms) very simple.
At the end the lab, everyone:
- will have RabbitMQ running on their laptop
- will be able to explain the benefits of messaging
- will have written code to distribute tasks among workers
- will have written code to broadcast messages to many consumers
To follow along, please bring a laptop with Visual Studio. We will start the lab by getting Rabbit installed on everyone’s laptops. No prior Rabbit/messaging experience is expected. If you have used Rabbit please join us, and offer to help out.
Happy to report Alex Robson (area Rabbit expert) will be on-hand to help.
Links to get smart:
- http://www.rabbitmq.com/faq.html#what-is-messaging
- http://www.rabbitmq.com/faq.html#scenarios
- http://www.rabbitmq.com/faq.html#managing-concepts-exchanges
- Quick start posts and videos: http://www.rabbitmq.com/how.html#quickstart
- Alex Robson’s devLink slides: https://github.com/arobson/rabbitmq-demos/blob/master/Messaging%20Patterns.pptx
- Buy the book: “RabbitMQ in Action (Early Access Edition)” http://www.manning.com/videla/


