Server Smalltalk Guide

'mq' URLs

Specifying mq in the transport field of a URL indicates an MQSeries queue. The URL specifies the queue manager and queue to use for sending or receiving messages.

For example,

scheme:/mq/[qmanager]/[queue]

in which qmanager is a defined queue manager, either local or remote, and queue is a defined queue managed by the specified queue manager.

You can also omit the queue manager from the URL, in which case the system default queue manager is used:

scheme:/mq//[queue]
Tip icon
As to URLs, keep the following in mind:


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]