The PutMessage command places a message on a queue for an application to pick up. This command supports the integration of EC Gateway with other electronic commerce applications. The following parameters can be defined from this window.
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). |
Put Channel |
Specifies the channel to which the message will be written. The queue should be Send only, or both Send and Receive. |
Put Data |
Specifies where the message is that will be written to the Put Channel. There are four choices available when clicking on the arrow icon beside the field: Message, FileName, Parameters, or Constant. Constant displays a window so that you can enter a value to be sent as a message to the queue. |
Message Type |
This is a user defined message type that is placed in the message header of the message being sent. It needs to be one word (no spaces).. There are two choices available: Parameters or Constant. Constant displays a window so that you can enter a value of message type. |
The Message parameter applies to data in a memory buffer.
The FileName parameter applies to data in disk files. Parameter
applies to a string stored in the variable.