You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
practical demo of microservices communication using RabbitMQ and Spring Boot. Includes a producer and consumer service with real-world messaging patterns like direct exchange, routing keys, and queue bindings.
A full-stack Order Management System demonstrating Domain-Driven Design (DDD) and Hexagonal Architecture (Ports & Adapters) with an event-driven Spring Boot backend and a modular Angular Nx frontend sharing centralized OpenAPI contracts.
This is a web back-end project in which three microservices are created. Uses Python Flask, SQLite3 Database and Redis for implementing Messaging Queue. The WorkerService is responsible for implementing a messaging queue when a user accesses the /postTweet endpoint. Along with that, it also includes a hashtag analysis method. When a user accesse…
Chronicle Queue is a Java-based, high-performance messaging queue with ultra-low latency and durable off-heap persistence. It supports multiple concurrent writers and lock-free readers, delivering microsecond latency for millions of messages per second. Perfect for microservices, trading systems, event streaming, and distributed architectures.