@com.xcodeclazz/mq
v0.0.11
Published
Wrapper's classes for rabbitmq. Build only for xcodeclazz.com
Downloads
1
Readme
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.