Skip to content

lucasmuniz/Java25-webhook-dispatcher

Repository files navigation

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

About

Projeto inicial de dispatcher de webhook para grande volumetria

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published