Documentation
¶
Overview ¶
Package main demonstrates using the PostgreSQL transport with protoflow.
PostgreSQL provides a robust, production-ready message queue with features like: - Delayed messages via metadata - Dead letter queue (DLQ) for failed messages - Automatic retry with exponential backoff - SKIP LOCKED for efficient concurrent consumers
Start PostgreSQL:
docker run -d -p 5432:5432 -e POSTGRES_PASSWORD=postgres -e POSTGRES_DB=protoflow postgres:16
Click to show internal directories.
Click to hide internal directories.