Specifies the behavior of the stable queue that encounters a large message of greater than 16K bytes. Applicable only when the Replication Server version is 12.5 or later and the site version is 12.1 or earlier.
alter queue, q_number, q_type, set sqm_xact_with_large_msg [to] {skip | shutdown}
The queue number of the stable queue.
The queue type of the stable queue. Values are “0” for outbound queues and “1” for inbound queues.
Specifies that the SQM should skip or shut down when encountering a message larger than 16K bytes.
Specifies that outbound queue #2 shuts down if it is passed a large message:
alter queue, 2, 0, set sqm_xact_with_large_msg to shutdown
alter queue fails if the site version is 12.5 or later.
alter queue requires "sa" permission.