Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
RabbitMQ Messaging With Java (Spring Boot) From Zero To Hero
Rating: 4.2 out of 5(60 ratings)
312 students

RabbitMQ Messaging With Java (Spring Boot) From Zero To Hero

AMQP, Queue, Exchange, Highly Availability, Clustering, Shovel, Federation, Binding, Asynchronous Messaging, Fanout
Created bySenol Atac
Last updated 6/2023
English
English [Auto],

What you'll learn

  • Asynchronous Messaging with RabbitMQ
  • RabbitMQ vs AMQP
  • AmqpTemplate and RabbitTemplate in Spring Boot
  • Create an application in Spring Boot from zero
  • Learn RabbitMQ from zero to hero
  • RabbitMQ Exchange Types: Default, Direct, Topic, Fanout, Header
  • Message Post Processing
  • Exception Handling, Retry Mechanism

Course content

15 sections54 lectures4h 40m total length
  • Introduction - AMQP, RabbitMQ, Asynchronous Messaging4:03

    Explore RabbitMQ messaging and AMQP fundamentals, including producers, consumers, brokers, exchanges, queues, and bindings, and learn how messages travel from producer to queue via exchanges.

  • Exchange Types in RabbitMQ5:37

    Explore rabbitmq exchange types, including default, direct, fanout, topic, and header exchanges; learn routing keys, binding keys, and how header properties with x-match govern delivery to queues.

  • What is AMQP? How is it related with RabbitMQ?1:36

    Explore what AMQP is as an open standard protocol for enterprise messaging and see how RabbitMQ implements it to connect producers and consumers through brokers, exchanges, and bindings.

  • Overview for RabbitMQ Implementation for this Course1:36

    Explore RabbitMQ architecture by implementing exchanges: direct, fanout, topic, and header, with a producer-consumer workflow, while configuring queue properties such as time-to-live, max length, and priority, including delay and error-handling.

Requirements

  • Only a computer and basic java knowledge

Description

Hi there,

In this course, we will learn every details of RabbitMQ from A to Z. To learn it, we will use Spring Boot project. First of all, we will start with meaning of it so we will start with basic things. And we will go on step by step with its details...  Maybe the most important thing about this course, we will learn some practical features of RabbitMQ like Highly Availability, Policies that you couldn't find enough resource on internet...

Here is the some basic topics in this course that will be learned:

  1. Queue

  2. Exchange

  3. Binding

  4. Producer

  5. Consumer

  6. Routing Key

  7. Policies

  8. Federation Upstream

  9. Clustering With Docker

  10. Queue Arguments/Features

  11. Highly Availability

  12. Exception Handling

  13. Retry Mechanism

  14. Max Priority

  15. Mirroring

  16. AMQP Default

  17. Virtual Host

  18. Connection vs Channel

In this course, we will work with multiple nodes via Docker. So we will also learn basic Docker commands about RabbitMQ.

Why do we need RabbitMQ?

- Messaging queue... We will see the details of it.

Should we choose rabbitmq over apache-kafka?

- It depends... We will see the details of it.

Is Spring-Boot the right framework to work with rabbitmq? Do we really need it?

- Absolutely. It provides many functionalists and flexibility...

Are there disadvantages of rabbitmq over apache-kafka?

- It depends... We will see the details of it.

-----------------

To implement all rabbitmq steps, we will create a spring boot project. Our project will include model view controller structure. Of course, one of our aim is to create readable projects at the end of the day.

Who this course is for:

  • All developer curious about Messaging Queue