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 (std).

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Reserved; always pass 0.

MessageGUID

STRING

Yes

GUID of the previously received message (from std.GetNextCPMessage).

Reason

STRING

Yes

Processing status / reason, e.g. OK, RETRY or a specific failure cause.

ServiceName

STRING

Yes

Name (instance ID) of the reporting content provider instance.

2. Return Value

(INT): 0 = job successful, otherwise error code.