Event-Driven Microservices with Spring Boot and ActiveMQ

Swathi Prasad
ITNEXT
Published in
6 min readAug 7, 2019

--

Most communications between microservices is either via HTTP request-response APIs or asynchronous messaging. While these two mechanisms are most commonly used, yet they’re quite different. It is important to know when to use which mechanism.

Spring Boot and ActiveMQ

Event-driven communication is important when propagating changes across several microservices and their related domain models…

--

--

Software architect and developer living in Germany. Sharing my opinion and what I learn.