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. |