The Amazon SQS connector allows you to access the exposed API through the WSO2 ESB. Amazon SQS offers reliable and scalable hosted queues for storing messages as they travel between computers. By using Amazon SQS, you can move data between distributed components of your applications that perform different tasks without losing messages or requiring each component to be always available. The connector uses the Amazon SQS API reference.
Connector version | Supported WSO2 ESB/EI version |
---|---|
2.0.1 | MI 4.3.0 |
2.0.0 | MI 4.3.0 |
1.1.0 | EI 7.0.x, EI 6.6.0, EI 6.4.0, EI 6.3.0, EI 6.1.1 |
1.0.8 | EI 7.0.x, EI 6.6.0, EI 6.4.0, EI 6.3.0, EI 6.1.1 |
1.0.7 | EI 7.0.x, EI 6.6.0, EI 6.4.0, EI 6.3.0, EI 6.1.1 |
1.0.6 | EI 6.4.0, EI 6.3.0, EI 6.1.1 |
1.0.5 | EI 6.1.1, ESB 5.0.0, ESB 4.9.0 |
Please refer to documentation here.
Follow the steps given below to build the Email connector from the source code.
- Get a clone or download the source from Github.
- Run the following Maven command from the
esb-connector-amazonsqs
directory:mvn clean install
. - The ZIP email with the Email connector is created in the
esb-connector-amazonsqs/target
directory.
As an open source project, WSO2 extensions welcome contributions from the community. Check the issue tracker for open issues that interest you. We look forward to receiving your contributions.