MFP.SubmitMessage

Description

Submits a message to the Message Feed server. Before submitting a message, the MFP.Authenticate statement must be called to authenticate to the server.

A message is being submitted to a specified activity. The message consists of data and attributes and is optionally identified by a message ID.

Syntax

MFP.SubmitMessage hMFP [RequestId request-id] Integration integration Activity activity FilePath file-path [Attributes attributes] [MessageId message-id] [Acknowledge acknowledge] [Timeout timeout];

Parameters

Error handling

When an error occurs, the function throws an exception of type MFP.$Exception and sets the $Error reserved variable to one of the values:

Example

Related commands

MFP.GetReply