The RemoveMessage command

The RemoveMessage command removes all messages received in this script from any queue since the first GetMessage command, or from the previous RemoveMessage or RestoreMessage commands. This command is intended to enhance robustness of the scripts by giving the user control over the actual removal of messages from the Input Channel until they have been completely processed and been passed on to the next step. Note that it is your responsibility to insert the RemoveMessage command after messages are processed successfully. Any messages not removed by command are automatically removed when the script terminates.

Field

Description

Label

Specifies the unique label of this process command. This label allows other commands to branch to this command. The label that you type here appears in the Label column on the EC Gateway Process Window.

Disable command

Disabling the command will allow temporary modification of the process statements. This allows for testing of the statements for error-free robustness. The command that has been disabled will not show in the script file (.pfs file).

Remove Channel

Specifies the channel from which the received messages should be removed.