crm-webhook-handler

dav-chichyan/crm-webhook-handler

Processes webhooks from a CRM system over HTTPS, uses RabbitMQ as a message broker, and forwards events to internal applications (such as Armenian software) within the network. Ensures secure, real-time, and reliable data integration across services.

Java Stars: 0 Forks: 0 Tools

Summary

A Java Spring Boot service that acts as a webhook receiver for CRM events, processes them through RabbitMQ with a topic exchange and two queues, and forwards them to internal applications within a local network. It includes features for message durability, retry with exponential backoff, and dead-letter handling.

Similar Projects