Because sometimes your messages need a queue, and your queues need a REST API.
pgmq-rest provides a REST API for PGMQ (PostgreSQL Message Queue), making it easy to integrate message queues into your applications.
- 🚀 Simple REST API for PGMQ (PostgreSQL Message Queue)
- 🔄 Support for sending and receiving messages
- 📦 Batch operations for better performance
- 📊 Queue metrics and monitoring
- 🐳 Docker and Docker Compose support
- 📝 Swagger documentation included
The fastest way to get started is using Docker Compose:
cd example
docker-compose up -d
To stop the stack:
docker-compose down -v