This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
replicator_snc_multiple_multioutput_jobs [2019/10/29 19:05] paul [Segregated Processing for a Group of Queues] |
replicator_snc_multiple_multioutput_jobs [2019/10/29 19:05] (current) paul [Bulk Processing on a Queue] |
||
---|---|---|---|
Line 29: | Line 29: | ||
This is to set up the Sharing to divide the work for a queue into smaller distinct chunks - and having multiple jobs each process a chunk. The primary way to do this by querying off of the sys_id of the Outbound Message. | This is to set up the Sharing to divide the work for a queue into smaller distinct chunks - and having multiple jobs each process a chunk. The primary way to do this by querying off of the sys_id of the Outbound Message. | ||
- | It is important to note that this is querying off the sys_id of the outbound message itself and not the record that the Outbound Message represents. Additionally we share out the records in a way to preserve sequencing on a single queue, this method does not honor that sequencing. So we would recommend this if you are Bulk Sharing a large set of data and are not concerned about the order they arrive in. | + | It is important to note that this is querying off the sys_id of the outbound message itself and not the record that the Outbound Message represents. Additionally we share out the records in a way to preserve sequencing on a single queue, **this method does not honor that sequencing.** So we would recommend this if you are Bulk Sharing a large set of data and are not concerned about the order they arrive in. |