Java message service

This book is a thorough introduction to Java Message Service (JMS), the standard Java application program interface (API) from Sun Microsystems that supports the formal communication known as "messaging" between computers in a network. JMS provides a common interface to standard messaging...

Full description

Bibliographic Details
Main Author: Monson-Haefel, Richard
Other Authors: Chappell, David A.
Format: eBook
Language:English
Published: Cambridge, Mass. O'Reilly 2001
Series:Java series
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
Table of Contents:
  • 1. Understanding the Messaging Paradigm
  • 2. Developing a Simple Example
  • 3. Anatomy of a JMS Message
  • 4. Publish-and-Subscribe Messaging
  • 5. Point-to-Point Messaging
  • 6. Guaranteed Messaging, Transactions, Acknowledgments, and Failures
  • 7. Deployment Considerations
  • 8. J2EE, EJB, and JMS
  • 9. JMS Providers
  • A. The Java Message Service API
  • B. Message Headers
  • C. Message Properties
  • D. Message Selectors