Customizing the MQSeries Environment

In this section:

The Adapter for MQSeries provides a parameter that enables you to customize how data is read and subsequently handled.


Top of page

x
Specifying Read Mode

How to:

By default, the Adapter for MQSeries deletes data from a queue after reading it. The alternative is to browse the data without deleting it.



x
Syntax: How to Set Read Mode for MQSeries Data
x

Tip: You can change this setting manually or from the Web Console by clicking Adapters on the menu bar, clicking a configured adapter, and choosing Change Settings from the right-click menu. The Change Settings pane opens.

To specify a Read Mode, choose the one of the following values

ENGINE MQS SET MQRMODE {R|B}

where:

R

Reads data and deletes it from a queue. This is the default setting.

B

Browses data without deleting it from a queue.


iWay Software