Implementing a message broker for event driven architectures - hrrysn++
-
Updated
Dec 21, 2022 - C#
Implementing a message broker for event driven architectures - hrrysn++
Application in Nodejs using RabbitMQ.
Project developed for distributed systems classes. The main idea is to collect tweets, insert into a queue, classify into topics and create a queue for each topic, then an client (subscriber) can watch any topic he wants.
Example about RabbitMQ
An example for a Distributed Systems project. It contains a JavaFX frontend (OrderUI), a Spring-Boot based REST-Service (OrderAPI), two worker services (CookService, WasherService) and a messaging queue (RabbitMQ) prepared in an docker-compose.yml file
RabbitMQ ready consumer service structure created using amqplib for Node.js ✨
Experimenting with RabbitMQ and Kubernetes
basic of rabbit MQ- produce and consume
Implementation techniques of RabbitMQ using pure package of itself and Masstransit
Github profile API with rabbitmq in backend.
It demonstrates a robust message handling mechanism using RabbitMQ, allowing for efficient message processing, retry mechanisms, and dead letter queue management.
Aplicação distribuída capaz de processar dados de transações financeiras. A aplicação utiliza troca de mensagens através de eventos. Os eventos seguem o protocolo AMQP (Advanced Message Queuing Protocol) e utilizam o broker de mensagens RabbitMQ.
This repository demonstrates how to use RabbitMQ in python
The system of registration of appeals. Implemented with: Tornado - FastAPI - RabbitMQ
Add a description, image, and links to the rabbitmq topic page so that developers can more easily learn about it.
To associate your repository with the rabbitmq topic, visit your repo's landing page and select "manage topics."