RabbitMQ Crash Course For Go Developers

Course Instructor:
Elliot Forbes

Hey Gophers! My name is Elliot and I'm the creator of TutorialEdge and I've been working with Go systems for roughly 5 years now.

Twitter: @Elliot_f

Course:
RabbitMQ Crash Course For Go Developers

Tags:

Go
RabbitMQ

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