Jakarta EE 9 Messaging with RabbitMQ

Go to class
Write Review

Free Online Course: Jakarta EE 9 Messaging with RabbitMQ provided by Pluralsight is a comprehensive online course, which lasts for 3-4 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Pluralsight. Jakarta EE 9 Messaging with RabbitMQ is taught by Kevin Jones.

Overview
  • RabbitMQ is a cross-platform, cross-language ‘message broker.’ This course will teach you how to use RabbitMQ’s Java library to publish and consume messages. You will understand ‘Exchanges’ and ‘Queues’ and how to use different message patterns.

    Message brokers provide a mechanism to loosely couple applications together, exchanging messages with the broker while not necessarily knowing much about each other. This allows applications to evolve independently of each other and for the entire system to scale. In this course, Jakarta EE 9 Messaging with RabbitMQ, you’ll learn to publish and consume messages using RabbitMQ, a cross-platform, language agnostic broker, which allows you to write clients in Java, C#, Python or any other language. First, you’ll explore what a message broker is and how to work with RabbitMQ. Next, you’ll discover how to publish and consume direct messages. Finally, you’ll learn how to use the different message patterns that RabbitMQ exposes such as publish/subscribe and routing. When you’re finished with this course, you’ll have the skills and knowledge of RabbitMQ needed to create highly decoupled applications.