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
{{ message }}
This repository was archived by the owner on Jul 27, 2023. It is now read-only.
I have searched the issues of this repository and believe that this is not a duplicate.
Summary 💡
The use case should be able to connect to the main queue and be always listening when a new message comes to send it to the respective consumer (e.g. email, slack).
It has to create a new record on the state machine (DB) to keep track of the notifications status.
Requirements 🌈
Connect to the main queue (RabbitMQ Queue)
Connect to the state machine (MongoDB)
Connect to the consumer queue (RabbitMQ Queue)
Motivation 🔦
We need this feature in order to accomplish the MVP of the project, also, with this feature we are going to be able to make testing of the whole workflow of a event (notification).
Checklist ✅
Summary 💡
The use case should be able to connect to the main queue and be always listening when a new message comes to send it to the respective consumer (e.g. email, slack).
It has to create a new record on the state machine (DB) to keep track of the notifications status.
Requirements 🌈
Motivation 🔦
We need this feature in order to accomplish the MVP of the project, also, with this feature we are going to be able to make testing of the whole workflow of a event (notification).