Book description
Java Message Service, Second Edition, is a thorough introduction to the standard API that supports "messaging" -- the software-to-software exchange of crucial data among network computers. You'll learn how JMS can help you solve many architectural challenges, such as integrating dissimilar systems and applications, increasing scalability, eliminating system bottlenecks, supporting concurrent processing, and promoting flexibility and agility.
Updated for JMS 1.1, this second edition also explains how this vendor-agnostic specification will help you write messaging-based applications using IBM's MQ, Progress Software's SonicMQ, ActiveMQ, and many other proprietary messaging services.
With Java Message Service, you will:
- Build applications using point-to-point and publish-and-subscribe messaging models
- Use features such as transactions and durable subscriptions to make an application reliable
- Implement messaging within Enterprise JavaBeans (EJB) using message-driven beans
- Use JMS with RESTful applications and with the Spring application framework
Messaging is a powerful paradigm that makes it easier to uncouple different parts of an enterprise application. Java Message Service, Second Edition, will quickly teach you how to use the key technology that lies behind it.
Table of contents
- A Note Regarding Supplemental Files
- Foreword
- Preface
- 1. Messaging Basics
- 2. Developing a Simple Example
- 3. Anatomy of a JMS Message
- 4. Point-to-Point Messaging
- 5. Publish-and-Subscribe Messaging
- 6. Message Filtering
- 7. Guaranteed Messaging and Transactions
- 8. Java EE and Message-Driven Beans
- 9. Spring and JMS
- 10. Deployment Considerations
- 11. Messaging Design Considerations
- A. The Java Message Service API
-
B. Message Headers
- JMSDestination — Purpose: Routing
- JMSDeliveryMode — Purpose: Routing
- JMSMessageID — Purpose: Routing
- JMSTimestamp — Purpose: Identification
- JMSExpiration — Purpose: Routing
- JMSRedelivered — Purpose: Routing
- JMSPriority — Purpose: Routing
- JMSReplyTo — Purpose: Routing
- JMSCorrelationID — Purpose: Routing
- JMSType — Purpose: Identification
- C. Message Properties
- D. Installing and Configuring ActiveMQ
- Index
- About the Authors
- Colophon
- Copyright
Product information
- Title: Java Message Service, 2nd Edition
- Author(s):
- Release date: May 2009
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9780596522049
You might also like
book
40 Algorithms Every Programmer Should Know
Learn algorithms for solving classic computer science problems with this concise guide covering everything from fundamental …
book
Software Engineering at Google
Today, software engineers need to know not only how to program effectively but also how to …
book
Head First Design Patterns, 2nd Edition
You know you don’t want to reinvent the wheel, so you look to design patterns—the lessons …
book
Fundamentals of Software Architecture
Salary surveys worldwide regularly place software architect in the top 10 best jobs, yet no real …