std.DispatchCPMessage
This job reports to the server that a content/processing message previously fetched via std.GetNextCPMessage has been processed (or deliberately rejected) by the service instance.
Depending on Reason, the server removes the message from the queue or keeps it available for retry.
The complete lifecycle of a CP message is described under Capture and Processing Messages (CP).
|
This job is not listed in the official enaio® standard engine overview ( |
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Reserved; always pass |
|
STRING |
Yes |
GUID of the previously received message (from std.GetNextCPMessage). |
|
STRING |
Yes |
Processing status / reason, e.g. |
|
STRING |
Yes |
Name (instance ID) of the reporting content provider instance. |
3. Related Jobs
-
std.GetNextCPMessage — returns the next pending message
-
std.CPRenditionChanged — reports that the rendition for an object has been updated
-
std.ResetServiceCPMessages — discards the processing assignment of a service instance