Skip to main content
  • 401 Accesses

Abstract

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) in the Java EE platform. 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, just as it does for JDBC. Moreover, Spring enables beans declared in its IoC container to listen for JMS messages and react to them.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 34.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 44.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Rights and permissions

Reprints and permissions

Copyright information

© 2009 Gary Mak and Josh Long

About this chapter

Cite this chapter

(2009). Messaging. In: Spring Enterprise Recipes. Apress. https://doi.org/10.1007/978-1-4302-2498-3_7

Download citation

Publish with us

Policies and ethics