RabbitMQ is an incredibly popular, lightweight and open-source message broker which has been widely adopted for use in distributed, resilient systems. In this course, we’ll be covering the fundamentals you ned to get started developing Go applications on top of RabbitMQ.
Topics
Through these videos, we’ll be covering a range of different topics such as:
- Running RabbitMQ locally with Docker
- Structuring your Go App and Creating a RabbitMQ Service
- Connecting to RabbitMQ and Creating Channels and Queues
- Publishing and Consuming messages off a RabbitMQ Queue