© Felipe Gutierrez 2016

Felipe Gutierrez, Pro Spring Boot, 10.1007/978-1-4842-1431-2_10

10. Messaging with Spring Boot

Felipe Gutierrez

(1)Albuquerque, New Mexico, USA

This chapter is all about messaging. It explains, with examples, how to use HornetQ 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 between one or more entities and it is everywhere.

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

Get Pro Spring Boot 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.