Chapter 3. Messaging with JMS Transport

In this chapter, we will cover:

  • Sending a message to a JMS queue/topic
  • Changing JMS Transport message headers and properties at runtime
  • Consuming messages from a JMS queue
  • Consuming messages from a topic with nondurable or durable subscription
  • Consuming messages from a JMS queue/topic selectively
  • Accessing JMS Transport message headers and properties in message flow
  • Using request-response messaging with JMS
  • Using QBrowser Admin GUI for accessing JMS queues/topics
  • Testing JMS with soapUI

Introduction

The Java Message Service (JMS) specification defines a standard API for accessing messaging systems. It allows applications to consume and send messages to any JMS-compliant messaging server. JMS supports two distinct message ...

Get Oracle Service Bus 11g Development Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.