Table of Contents
- Complete RabbitMQ Tutorial in Java with Spring Boot example
- What you will learn?
- Course Prerequisites
- Course contents
- Introduction to RabbitMQ
- Install and Setup RabbitMQ Server using Docker
- Elements of AMQP – RabbitMQ
- Exchanges, Queues, and Bindings in AMQP
- Direct Exchange in AMQP – RabbitMQ
- Fanout Exchange in AMQP – RabbitMQ (Publish/Subscribe)
- Topic Exchange in AMQP – RabbitMQ (Selective routing)
- Headers Exchange in AMQP – RabbitMQ
- Default Exchange in AMQP – RabbitMQ
- Exchange to Exchange binding in RabbitMQ
- RabbitMQ with Spring AMQP and Spring Boot
- References: