Skip to content

SairaajSurve/message-brokers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Message Brokers

Message Queues

Software that allows asynchronous distributed processing. Publisher publishes and consumer consumes in FIFO manner.
After consumption the message is dequeued.

Publish-Subscribe

Software that allows a publisher to publish a mmessage and multiple consumers to consume the same message over and over.

Request Response

Client makes a request to the server and gets a response.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published