Cloudflare Docs
Queues
Edit this page on GitHub
Set theme to dark (⇧+D)

Glossary

Review the definitions for terms used across Cloudflare’s Queues documentation.

TermDefinition
consumerA consumer is the term for a client that is subscribing to or consuming messages from a queue.
producerA producer is the term for a client that is publishing or producing messages on to a queue.
queueA queue is a buffer or list that automatically scales as messages are written to it, and allows a consumer Worker to pull messages from that same queue.
QueuesQueues integrates with Cloudflare Workers and enables you to build applications that can guarantee delivery.