Cargando…

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...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Monson-Haefel, Richard
Otros Autores: Chappell, David A.
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Cambridge, Mass. : O'Reilly, ©2001.
Colección:Java series.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 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.