SQS Processes
To create a process that handles SQS messages, perform the following steps:
- 1Create a process and select a Secure Agent where the SQS broker must run.
- 2Configure the other process properties.
- 3On the Start tab, select Event in the Binding field, as SQS consumes events.
You can see the available event sources (grouped by Connection:event name).
- 4In the Event Source Name field, select an event source.
Process Example
To queue messages on the SQS queue, you might define a process that includes:
- 1An Assignment step to assign the message to the orders queue.
- 2A Wait step to include a timer.
- 3A Service step that uses a connection and event target.
The event target can be handled like other service calls. The input argument is a process object that defines the data required for the transport.