Understanding a Messaging Queue by Example

What Is a Messaging Queue?

A message queue is a form of asynchronous service-to-service communication used in server-less and micro-services architectures. Messages are stored on the queue until they are processed and deleted.

Messaging Queue is a combination of two words — Message & Queue where: