Skip to main content
  1. Glossary/

Advanced Message Queuing Protocol

·38 words·1 min·
Jaume Sabater
Author
Jaume Sabater
CTO and systems engineer

The Advanced Message Queuing Protocol (AMQP) is an open standard communication protocol designed for message exchange between applications and distributed systems. It allows different programs to communicate reliably, securely, and asynchronously, even if they use different programming languages.

Related