So far you have seen all the messaging techniques that are available. Using the Spring Framework and Spring Boot makes it easy for developers and architects to create robust messaging solutions. This chapter takes a new step forward and enters into the new Cloud Native Application Development.
This chapter covers Spring Cloud Stream and how this new technology can help you write message-driven microservices applications.
Spring Cloud
Before I start talking about Spring Cloud Stream internals and usage, let’s consider its umbrella project: Spring Cloud.
Spring Cloud is a set ...