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
In this application, we will try to informed customers who buy the stock papers when the price changed. We will use NodeJs for the backend application. For improving the performance, we will use RabbitMQ, and we will write microservice as a consumer. We will send updated stock data by using SocketIO to the clients. For front-end application, we …
Build a broker-type system that consists of a microservice for sending emails to a queue service and another microservice that listens to a message pattern and sends it itself via SMTP so that it can be scaled and the message is not lost if the sending fails.
Rabbit MQ suitable and scalable queue mechanisms for large scale projects consisting of daily more then millions of uses, it works same as of SQS by AWS, it is open source so available freely
Este projeto foi criado para práticas pessoais com Node.js e consumo de mensagens via RabbitMQ. A proposta é aplicar conceitos de processamento assíncrono, desacoplamento e arquitetura orientada a eventos.