0.0.11 • Published 2 years ago
@com.xcodeclazz/mq v0.0.11
Philosophy
The reason why we choose to name the event with prefix like
- express-*
- payment-*
Because in rabbitMq we have queue system and if a queue has some data then only one consumer can consume that and if that service does, it got removed from the queue.
So we want each service to have it's own queue space so that each service data won't be consumed by any other then that service.