Show TOC

resume queueLocate this document in the navigation structure

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
  • This command is applicable only when the Replication Server is version 12.5 or later and the site version is not upgraded.

  • resume queue does not skip any messages if the site version is 12.5 or later.

Permissions

resume queue requires “sa” permission.