RabbitMQ Message Resubmitter
Overview
Section titled “Overview”A controlled frontend for inspecting and resubmitting RabbitMQ messages without requiring direct broker access.
Tech Stack
Section titled “Tech Stack”| Layer | Technology |
|---|---|
| Frontend | TODO |
| Auth | TODO |
| Broker | RabbitMQ |
| Container | Docker |
Requirements
Section titled “Requirements”Installation
Section titled “Installation”# TODO: fill in install stepsConfiguration
Section titled “Configuration”| Variable | Description | Default |
|---|---|---|
RABBITMQ_HOST | Broker host | localhost |
RABBITMQ_PORT | Broker port | 5672 |
Deployment
Section titled “Deployment”# TODO: fill in deployment stepsUpdating
Section titled “Updating”# TODO: fill in update procedure