4 ms·
Check out Hutch (https://github.com/gocardless/hutch https://github.com/gocardless/hutch) - a similar system built on top of RabbitMQ
by hcm 13y ago
Check out Hutch (https://github.com/gocardless/hutch https://github.com/gocardless/hutch) - a similar system built on top of RabbitMQ
- bleonard 13y agoThat is close. Thanks for the link. The Consumer mixin is almost the same as the Subscriber one that I came up with. Is there a way to subscribe on more than just the topic type? For example, to anything published that has { action: 'received' } That's something that really enables some great use cases for us.