malcolm-kee / learn-rabbitmq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

learn-rabbitmq

Exercise to explore RabbitMQ.

Terminology

  1. Producer: an application that generates message
  2. Queue: a buffer that stores messages from producer to consumer
  3. Consumer: an application that receives message

Producer never interacts with queue directly, instead it talks to exchange.

About


Languages

Language:JavaScript 100.0%