Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
RabbitMQ and Messaging Concepts
Rating: 4.3 out of 5(1,934 ratings)
16,542 students

RabbitMQ and Messaging Concepts

Learn RabbitMQ message broker, general messaging concepts with C# and Java code samples
Created byMustafa Kök
Last updated 7/2022
English

What you'll learn

  • RabbitMQ
  • General messaging concepts
  • RabbitMQ management web interface
  • Using RabbitMQ .Net client library with C#
  • Installing RabbitMQ on a Windows machine
  • Pulling and running RabbitMQ Docker image

Course content

17 sections48 lectures4h 8m total length
  • Introduction0:37
  • Integration Patterns2:49
  • Advantages of Using a Messaging System and Sample Use Cases3:18
  • What is RabbitMQ?1:17

Requirements

  • C# knowledge only for coding lessons

Description

"This course requires you to download RabbitMQ for Windows or Docker Desktop for Windows and Eclipse IDE.

If you are a Udemy Business user, please check with your employer before downloading software."


RabbitMQ is a very popular message broker. It is heavily used in microservices architectures, as a solution for asynchronous, decoupled communication/messaging problem between the services.

It is available on Windows, Linux and Mac. There are also many official Docker images that are ready to run.

RabbitMQ is easy to install, learn, configure and use. There are many official client libraries for popular programming languages. Its management web interface plugin makes learning and testing RabbitMQ even easier.

This course starts with message broker basics continues with RabbitMQ, its components and common usage scenarios. There are demo lessons for testing the RabbitMQ system using management web interface. There are also coding  lessons that demonstrates how to use RabbitMQ features from code and implement common messaging scenarios using C#. But you can also download the Java versions of the same sample projects under each coding lesson. You will see that codes are almost the same.

I think, spending a weekend studying this course will be enough to complete it and learn how to use RabbitMQ using management UI, C# and Java client libraries.

I appreciate your valuable feedbacks. Feel free share your feedbacks, recommendations and ask questions on course's questions & answers part.

C# and Java sample project source codes are added as a resource to each coding lecture. You can also find all the samples as a single file under "All Codes" section.

Current C# samples for RabbitMQ .Net client library versions 5.1.0 and 6.4.0.

Current Java samples (Maven projects) for RabbitMQ Java client library version 5.15.0.

Who this course is for:

  • Developers who are curious about RabbitMQ and general messaging concepts
  • Developers who want to learn RabbitMQ .Net client library