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.
resume queue, q_number, q_type [, skip transaction with large message]
The queue number of the stable queue.
The queue type of the stable queue. Values are “0” for outbound queues, “1” for inbound queues.
Specifies that the SQM should skip the first large message encountered after restarting.
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
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.
alter queue requires “sa” permission.