文档介绍:Practical JMS
An Introduction to concepts and a guide to developing applications
Table of Contents (Note all Page numbers are approximate at this point)
Dedication
Acknowledgements
Foreword (??)
Preface
Part I: Getting Started
Chapter 1: An Introduction to JMS???????????????????.???...??? 1
− A refresher on Middleware
o RPC Based
o MOM
o MOM and EAI
− What is JMS?
− Why JMS?
− JMS and the J2EE platform.
− Common misconceptions about JMS.
− Summary.
Chapter 2: Getting Down and Dirty with JMS??????????????????.?.? 10
− Messaging Styles supported by JMS
− Understanding the JMS players
− Your first point−to−point program
− Your first publish−and−subscribe program
− Compiling and Running the programs
− Summary
Chapter 3: Architectural Overview: The Basics??????????????????.??? 21
− Administrable Objects
  The Destination object
  The Connection Factory
− Connecting to your JMS provider
− Sessions
− Message Consumers
− Message Producers
− Shutting down cleanly
− Summary
Chapter 4: Architectural Overview: Beyond the Basics???????????????? 35
− JMS and Transactions
o Distributed Transactions
− Understanding Message−delivery styles
o Synchronous
o Asynchronous
o Concurrent
− Understanding Message Delivery Order.
− Message Duplication.
− JMS and Multi−threading.
− JMS and Security
− Summary
Part II: JMS Messaging
Chapter 5: The Nuts and Bolts of JMS Messages??????????????????. 48
− Introducing the JMS Messages
− The Message interface
− The Message Header and ponents
o The Message Properties
o Standard properties
o Application specific properties
o Provider specific properties
− The Message Body
o Text Message
o Object Message
o Stream Message
o Map Message
o Bytes Message
− Message Selection
o The syntax rules with examples
− Summary
Chapter 6: JMS Messaging Models??????????????????..?????... 69
− Point to Point Messaging
o ponents
o An Example: Creatin