Sunday, April 4, 2010

Java Message Service



Author(s):Richard Monson-Haefel, David A. Chappell
Publisher:O'Reilly
Date:January 2001
Language:English
Pages:238
File Type:PDF
File Size:1.07 MB
ISBN 10:0596000685
This book is a thorough introduction to Java Message Service (JMS) from Sun Microsystems. It shows how to build applications using the point-to-point and publish-and-subscribe models; use features like transactions and durable subscriptions to make applications reliable; and use messaging within Enterprise JavaBeans. It also introduces a new EJB type, the MessageDrivenBean, that is part of EJB 2.0, and discusses integration of messaging into J2EE.
Who Should Read This Book?
This book explains and demonstrates the fundamentals of the Java Message Service.This book provides a straightforward, no-nonsense explanation of the underlying technology,Java classes and interfaces, programming models, and various implemenations of the JMS specification.
Although this book focuses on the fundamentals, it's no "dummy's" book. While the JMS API is easy to learn, the API abstracts fairly complex enterprise technology. Before reading this book, you should be fluent with the Java language and have some practical experience developing business solutions. Experience with messaging systems is not required, but you must have a working knowledge of the Java language. If you are unfamiliar with the Java language, we recommend that you pick up a copy of Learning Java™ by Patrick Neimeyer and Jonathan Knudsen (O'Reilly). If you need a stronger background in distributed computing, we recommend Java™ Distributed Computing by Jim Farley (O'Reilly).

No comments:

Post a Comment