Replication Queue Type Constants (SQLDMO_REPLQUEUE_TYPE)

SQL-DMO

SQL-DMO

Replication Queue Type Constants (SQLDMO_REPLQUEUE_TYPE)

Replication queue type constants are used to specify the type of queuing to use if a publication accepts queued transactions.

Constant Value Description
SQLDMOReplQueue_MSMQ 1 Use Microsoft® Message Queue to implement queuing.
SQLDMOReplQueue_SQL 2 Use Microsoft SQL Server™ to implement queuing.

See Also

QueueType Property