An Introduction to Event-Driven Architecture
With the growing need to build scalable, performing and maintainable enterprise services, microservices and event-driven architectures are often brought up as solutions to the problem, but what should you keep in mind when building services with such arch...
Spring Boot integrated RabbitMQ
Recently I learned about micro services and here is how Spring Boot integrates RabbitMQ to send messages to other micro services. Prerequisites IntelliJ IDEA RabbitMQ Getting started 1.Start by creating an empty Spring Boot project and add the Maven dep...