AI Dictionary › AI Fundamentals

Message Broker

A message broker is the software component that receives messages from producers and delivers them to consumers, acting as a reliable intermediary between systems that never talk directly. It is the post office of distributed architectures: it accepts, stores, routes and delivers, guaranteeing messages arrive even when the recipient is temporarily away.

Definition

How it works

The broker implements the messaging patterns: point-to-point queues (each message to exactly one consumer) and pub/sub (each message to every topic subscriber). It offers configurable delivery guarantees (at most once, at least once, exactly once), disk persistence, acknowledgements and dead letter queues for messages that repeatedly fail. RabbitMQ, Apache Kafka, ActiveMQ and managed cloud services are the best-known examples.

Applications

In AI, brokers orchestrate asynchronous workloads: generation requests queue up toward GPU workers, domain events trigger embedding and indexing pipelines, multi-agent systems exchange tasks and results through the broker. Beyond AI they have integrated ERPs, e-commerce and banking systems for decades.

History & etymology

The word broker comes from commerce: the intermediary between buyer and seller, a word of medieval Anglo-French origin. Enterprise messaging has a milestone in IBM MQSeries (1993), which brought reliable queues to corporate systems; the next generation is open source, with Apache ActiveMQ (2004), RabbitMQ (2007) and Kafka (born at LinkedIn, open source since 2011), which redefined the category as a distributed event log.

How it's used in Grace

Grace's professional scenarios on system integration ask you to describe to an AI how to make different applications talk to each other: the message broker is the component to name. In problem solving you train exactly the ability to design intermediaries that make processes reliable.

Related terms

More in AI Fundamentals

Put it into practice

From our network

HSE Genius: AI for Safety Data Sheets

Extract SDS data, H phrases and ECHA compliance checks in seconds, powered by AI.

Visit hsegenius.com →

From the Agora Intelligence blog

More on agora-intelligence.com →

📱 Download the Android app (beta) iOS coming soon

Say what you mean. Get what you need.

Grace Certified, the AI coach that trains and certifies your prompt engineering, by Agora Intelligence.