Learning RabbitMQ

CertificateOfCompletion_Learning-RabbitMQ

Course Details

RabbitMQ is one of the most popular open-source message brokers in use today. This lightweight software can help companies that have adopted a microservices model stitch together and enable communication between their services. This course demonstrates how to properly install and work with RabbitMQ. After delving into the fundamental concepts behind message-based systems and the AMQP message protocol, it explains why you might want to use RabbitMQ, as well as how to install it. It then showcases how to implement the tool, covering both basic usage, such as how to publish to and consume from a RabbitMQ exchange, as well as more advanced topics like setting up and using authentication in RabbitMQ.

Learning Objectives

  • How message-based systems are used
  • The AMQP protocol
  • Exchange type use cases
  • Publishing to RabbitMQ
  • Consuming from RabbitMQ
  • Filtering messages with direct and topic exchanges
  • Setting up and using authentication
  • Authorizing and blocking application actions
  • Tracking message contents for troubleshooting