Hacker News new | ask | show | jobs
by tamalsaha001 641 days ago
NATS can do traffic shaping

https://docs.nats.io/nats-concepts/subject_mapping#for-traff...

1 comments

Oh cool, I didn't know it could! Regardless, advanced routing is still something that RabbitMQ has that isn't in NATS. It's not useful for every system, but it is a differentiator. I usually reach for NATS + Jetstream these days, with its object and KV systems it's a really great "all-in-one" for basic stuff.
Nats also has some basic routing options. Which of RabbitMQ's options would give it the edge when deciding between the two?