resume queue

Description

Restarts a stable queue stopped after being passed a message larger than 16K bytes. Applicable only when the Replication Server version is 12.5 or later and the site version has not been similarly upgraded.

Syntax

resume queue, q_number, q_type [, skip transaction with large message]

Parameters

q_number

The queue number of the stable queue.

q_type

The queue type of the stable queue. Values are “0” for outbound queues, “1” for inbound queues.

skip transaction with large message

Specifies that the SQM should skip the first large message encountered after restarting.

Examples

Example 1

Specifies that outbound queue #2 skips the first large message it is passed by the RepAgent:

resume queue, 2, 0, skip transaction with large message

Usage

Permissions

alter queue requires “sa” permission.

See also

alter queue