A few people have asked me recently about the courses I did for Pluralsight on RabbitMQ. The courses are aimed at .net developers who want to learn about messaging and in particular how to use RabbitMQ from .net.
There are two courses, the first course covers introductory topics and demos. The second course delves into some of the more real world problems you might face such as exceptions and retries and stuff like that.
If you are looking to get up to speed quickly with RabbitMQ then I hope this is a great resource for you and you can also dip into the bits of the courses which are most useful.
Course 1
This course covers:
- Getting started
- Message Exchange Patterns
- One way messaging
- Worker Queues (Competing Consumer )
- Publish/Subscribe
- RPC
- Advanced Message Exchange Patterns
- Routing
- Topics
- Headers
- Scatter Gather
The link for this course is: http://www.pluralsight.com/courses/rabbitmq-dotnet-developers
Course 2
Course 2 covers:
- Messages, data & serialization
- Large Messages
- Error Handling
- Scheduled Delivery
- Virtual Hosts
- Messaging Frameworks
The link for this course is: http://www.pluralsight.com/courses/rabbitmq-dotnet-developers-pt2