This course will teach Java developers to use RabbitMQ with different access technologies: command line interface, direct Java Client API for Java access, Spring for RabbitMQ, and Spring Cloud Stream RabbitMQ binder.
We will:
- discuss in detail the need to use asynchronous message pattern in modern systems;
- find out how RabbitMQ implements point-to-point and publish/subscribe messaging pattern;
- learn to start up a Dockerized RabbitMQ instance and interact with it using command line tools;
- learn how to create complex message routing topologies;
- understand in detail Advanced Messaging Queue Protocol and additional extensions for it provided by RabbitMQ;
- be able to write producer/consumer/processor applications using Java Client API, Spring integration library for AMQP and also high level Spring Cloud Stream library.
The course provides about 60 runnable examples showcasing different parts of RabbitMQ functionality.