Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fchristenson/message-queues


https://github.com/fchristenson/message-queues

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Message queues

## What we will cover

- What is a message queue?
- What are their use case?
- An example use case

## Notes

Message queues are a storage system where we can publish a message to a temporary storage service, you can
almost think of them as a small database for message that will be published to other services who want to
know when something has happened.

A great example is that something has happened in a MicroService architecture and you want other services to
know that it happened so they can act on this information.