← Back to glossary
Glossary

Message Queue (Agent)

Reviewed 9 April 2026 Canonical definition

A message queue in an agent architecture is a durable buffer that decouples the producers of agent tasks from the agents that process them, enabling asynchronous execution, load levelling, and guaranteed delivery. It also provides a natural audit log of all tasks submitted to an agent system.