Amazon SQS Connector Guide

Amazon SQS Connector Guide

SQS Processes

SQS Processes

To create a process that handles SQS messages, perform the following steps:
  1. Create a process and select a Secure Agent where the SQS broker must run.
  2. Configure the other process properties.
  3. On 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
    ).
  4. In 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. An Assignment step to assign the message to the orders queue.
  2. A Wait step to include a timer.
  3. A 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.

0 COMMENTS

We’d like to hear from you!