LibraryToggle FramesPrintFeedback

The book is broken into three sections:

  1. Concepts in JMS Messaging describes the basic concepts used when developing JMS applications.

  2. Setting Up the Guided Tour through Queue Test Loop Sample are samples that demonstrate the basic JMS concepts.

  3. Changing Parameters and Modifying Source Code describes different ways you can modify the samples to further explore JMS.

The samples demonstrate the basic JMS features, as follows:

  • publish and subscribe messaging—Messages are published to a destination and multiple consumers can subscribe to receive the messages.

  • point-to-point messaging—Messages are published to a destination and a single consumer can receive the message.

  • request and reply—The initiator of the transaction expects a reply to its message.

  • test loop—This sample shows how quickly messages can be sent and received in a test loop.

Comments powered by Disqus