DEV Community

Discussion on: AMQP vs HTTP

Collapse
 
jonledon profile image
JonLeDon • Edited

I did a Microservice architecture on http and then started another on amqp. To make it short: If you go with microservices you need an inherently asynchronous mechanism to fulfill the concepts of eventual consistency, aggregate synchronisation etcetera. I started summarising my experiences on: fordfocus1.wixsite.com/microservices

Collapse
 
imatmati profile image
ivan matmati

And service discovery is a breese with AMQP !