Chapter 7. JMS Reliability

JMS Reliability

So far, you have learned the basic concepts of JMS programming and how to write a simple JMS application. The most important goal of JMS is to properly deliver the message to the recipient. In this chapter, I will provide information about the level of reliability and performance for JMS applications.

What Is Reliability?

The first priority for JMS applications is to deliver the message once and only once. Many applications cannot tolerate dropped or duplicated messages. It is crucial that you not lose a message in the system for any reason because you will send the same message more than once. This issue is called reliability ...

Get Java Message Service (JMS) for J2EE 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.