My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more
What are the actual advantages of Message Queues over communication via REST APIs?

What are the actual advantages of Message Queues over communication via REST APIs?

Mike Conrad's photo
Mike Conrad
·Mar 11, 2016

I am splitting my apps into multiple micro services which will communicate over some sort of messaging protocol.

Using Message Queue like RabbitMQ seems logical here. But what are the actual advantages of MQs as the same message passing can be achieved by letting the micro services communicate over REST APIs?