CHAPTER 15

image

Spring Messaging

In this chapter, you will learn about Spring’s support for Java Message Service (JMS). JMS defines a set of standard APIs for message-oriented communication (using message-oriented middleware, a.k.a. MOM).

With JMS, different applications can communicate in a loosely coupled way compared with other remoting technologies such as RMI. However, when using the JMS API to send and receive messages, you have to manage the JMS resources yourself and handle the JMS API’s exceptions, which results in many lines of JMS-specific code. Spring simplifies JMS’s usage with a template-based approach. Moreover, Spring enables beans ...

Get Spring Recipes: A Problem-Solution Approach, Third Edition 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.