We got it: everybody knows how to create that pretty REST endpoint for your Microservices architecture. But even though REST over HTTP represents an important part of this whole new API world, most of the backend enterprise communications should be implemented using an Event-Driven Architecture on top of a Message-Driven Architecture.
Most developers got used to a request/reply mindset, and great technologies like traditional message brokers lost the spotlight. Basically because these developers believe that messaging is "hard". Join us on this session and we'll convince you that messaging is not hard: it's just not understood. And instead of adding a ton of code to control our fallbacks, tracing etc we can leverage tools like ActiveMQ, Kafka and Camel to create distributed, resilient, and performant Microservices architectures. Do you think that the code for doing this is clunky? Well, we'll prove otherwise.