June 2016
Intermediate to advanced
436 pages
10h 37m
English
In an ideal case, all microservice interactions are expected to happen asynchronously using publish-subscribe semantics. Spring Boot provides a hassle-free mechanism to configure messaging solutions:

In this example, we will create a Spring Boot application with a sender and receiver, both connected though an external queue. Perform the following steps:
The full source code of this example is available as the chapter2.bootmessaging project in the code files of this book.
Read now
Unlock full access