Skip to content

helloaliimran/RabitMQImplementations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

> Hey There!, It is about RabbitMQ

RabbitMQ is a message-queueing software also known as a message broker or queue manager. Simply said; it is software where queues are defined, to which applications connect in order to transfer a message or messages.

Concepts

Coding gif

  • ➡️ 🚀   Message Queue

  • ➡️ 🚀   Exchanges : Direct, Fanout, Topic, Headers

  • ➡️ 🚀   Binding, Route Key

  • ➡️ 🚀   RabitMQ Retry





RabitMQ - Implementations - Sender Application

RabbitMQ is an open source message broker software.

Message Broker: 1. message queue & message orinted middleware.

A message broker acts as a middleman for various services. They can be used to reduce loads and delivery times of web application servers by delegating tasks that would normally take up a lot of time or resources to a third party that has no other job.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published