Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This section explains how to implement an SQS event reciver WSO2 DAS has many inbuilt event receivers to receive events via different transports. In addition, you can implement the SQS event receiver to receive events via SQS as explained below.

Tip
iconfalse
titleBefore you begin:
  • Download the aws-java-sdk-bundle-1.11.261.jar from here and place it in the <DAS_HOME>/repository/components/lib directory.
  • Download the org.wso2.carbon.event.input.adapter.sqs-5.1.3.jar and place it in the <DAS_HOME>/repository/components/dropins directory.

To implement the SQS event receiver, follow the steps given below: