Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 532 Bytes

File metadata and controls

30 lines (21 loc) · 532 Bytes

How to Run

Start:

docker compose up -d --build

Stop:

docker compose down -v

Logs:

docker compose logs -f dispatcher

Tests URI Callbaks

httpbin in Docker Compose mocks a real callback API. The dispatcher depends on it.

Populate RabbitMQ

Use this PowerShell script to publish N messages to the webhook.requests queue:

powershell -ExecutionPolicy Bypass -File .\dispatcherTeste.ps1

Recommended start rabbit, dispatcher, stop dispatcher, run powershell, run dispatcher