For systems that use a Microsoft SQL Server database, add an index to the replication queue to improve the rate of processing of replication journal entries.
To create an index:
CREATE UNIQUE INDEX RQDES ON ReplicationQueue (destination_id, exclusion_id, seqnum_identity)