Amazon SQS Connector Guide > Amazon SQS Connections and Processes > SQS Processes
  

SQS Processes

To create a process that handles SQS messages, perform the following steps:
  1. 1Create a process and select a Secure Agent where the SQS broker must run.
  2. 2Configure the other process properties.
  3. 3On the Start tab, select Event in the Binding field, as SQS consumes events.
  4. You can see the available event sources (grouped by Connection:event name).
  5. 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:
  1. 1An Assignment step to assign the message to the orders queue.
  2. 2A Wait step to include a timer.
  3. 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.