Is it possible to have Post process only one object for the time being while suspending processing on other objects in the queue?
General information.
It is not possible to configure Post to process the transactions pertaining to one object while suspending posting for all other objects. The reason being all messages in the queues are queued up in the order in which they occurred on the source on a first in first out (FIFO) basis. To achieve this may require the messages for a specific object to be dealt with first while keeping the others in abeyance, and then revisiting the others for the purpose of posting them. This may open up a number of other issues like performance, errors encountered with the posting of the specific object that may have implications on subsequent objects if the latter have referential integrity relationship with the specific object, etc. So to process only the ones pertaining to a specific object while keeping the others suspended is not possible.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center