© Felipe Gutierrez 2019
Felipe GutierrezPro Spring Boot 2https://doi.org/10.1007/978-1-4842-3676-5_9

9. Messaging with Spring Boot

Felipe Gutierrez1 
(1)
Albuquerque, NM, USA
 

This chapter is all about messaging. It explains, with examples, how to use ActiveMQ for implementing the JMS (Java Message Service), RabbitMQ for implementing AMQP (Advanced Message Queuing Protocol), Redis for Pub/Sub, and WebSockets for implementing STOMP (Simple or Streaming Text–Oriented Message Protocol) with Spring Boot.

What Is Messaging?

Messaging is a way of communicating among one or more entities, and it is everywhere.

Computer messaging, in one form or another, has been around since the invention of the computer. It is defined as a method of communication between hardware ...

Get Pro Spring Boot 2: An Authoritative Guide to Building Microservices, Web and Enterprise Applications, and Best Practices now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.