Skip to content

Projeto inicial de dispatcher de webhook para grande volumetria

Notifications You must be signed in to change notification settings

lucasmuniz/Java25-webhook-dispatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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