Skip to content

Instantly share code, notes, and snippets.

@vanleantking
Created January 25, 2023 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vanleantking/f459a654c2e4fe4f4e913ad6d35498c8 to your computer and use it in GitHub Desktop.
Save vanleantking/f459a654c2e4fe4f4e913ad6d35498c8 to your computer and use it in GitHub Desktop.
message broker vs message queues
1. message queue
queue = data structure == first in first out = the first message added to queue, is the first item to leave the queue.
=> a message queue contains messages with data about events that follow the FIFO order.
2. message broker:
is a software, enables aplication, systems and services can communication each others