August 2002
Intermediate to advanced
432 pages
9h 35m
English

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.
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 ...
Read now
Unlock full access