GithubHelp home page GithubHelp logo

esb-connector-amazonsqs's Introduction

Amazon SQS ESB Connector

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.

Compatibility

Connector version Supported WSO2 ESB/EI version
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

Documentation

Please refer to documentation here.

Building from the source

Follow the steps given below to build the Email connector from the source code.

  1. Get a clone or download the source from Github.
  2. Run the following Maven command from the esb-connector-amazonsqs directory: mvn clean install.
  3. The ZIP email with the Email connector is created in the esb-connector-amazonsqs/target directory.

How You Can Contribute

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.

esb-connector-amazonsqs's People

Contributors

abeykoon avatar biruntha avatar dakshika avatar dinuish94 avatar elilmatha avatar kalaiyarasiganeshalingam avatar kanapriya avatar keerthu avatar keets avatar kesavany avatar maheshika avatar malakaganga avatar sajiniekavindya avatar sanojpunchihewa avatar shakila avatar vives avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

esb-connector-amazonsqs's Issues

Add option to set IAM role for authentication

Description:
Currently, we need to set accessKeyId and secretAccessKey for authentication against Amazon SQS. When the EI server is running in an EC2 instance, it's recommended to use the IAM role for authentication.

SendMessage Operation failed often in AWS SQS Connector (V1.0.7) in WSO2 EI 6.4.0

Description:

I am using AWS SQS Connector (V1.0.7)Operation called "SendMessage" by using WSo2 EI 6.4.0. Unable to post payload to SQS Queue often.

Getting below details in Fault Sequence.

Faulty Sequence Log:

Error_message = Error in Sender, Error_details = null, Error_exception = null, Error_code = 101506 Sometimes getting below ERROR as well.

Error_message = Error in Sender, Error_details = null, Error_exception = null, Error_code = 101508 Warning Message

Warning Message in log:

[HTTPS-Sender I/O dispatcher-2] WARN {org.apache.synapse.transport.passthru.Targe tHandler} - Connection closed by target host before receiving the response Remote Address : host/ip

Affected Product Version:
WSO2 EI 6.4.0

Steps to reproduce:

  • Download AWS SQS Connector (V1.0.7) from WSO2 STORE
  • Add downloaded zip file into WSO2 EI Server (Main-->Connectors-->Add) and enable it.
  • Perform Queue creation in AWS SQS
  • Place the correct credentials in LocalEntry
  • Create Test API and push request to API

SendMessage Operation Sample Code:

<amazonsqs.sendMessage configKey="dev_queue_conf"> <queueId>3554XXXXXXXX</queueId> <queueName>DEV_QUEUE.fifo</queueName> <messageBody>{$ctx:InputPayload}</messageBody> <messageGroupId>{$ctx:g_id}</messageGroupId> <messageDeduplicationId>{$ctx:g_id}</messageDeduplicationId> </amazonsqs.sendMessage>

Kindly check above issue!!!

Message Attribute is not passing

Description:
Message Attribute is not passing

Sending like this

<amazonsqs.sendMessage>
	<queueId>{$ctx:sqsId}</queueId>
	<queueName>{$ctx:sqsName}</queueName>
	<messageBody>{$ctx:traceId}</messageBody>
	<messageAttributes>MessageAttribute.1.Name=contentType&amp;MessageAttribute.1.Value.DataType=String&amp;MessageAttribute.1.Value.StringValue=application/json</messageAttributes>
</amazonsqs.sendMessage>

using wso2 ei 6.6.0

Suggested Labels:
amazonsqs.sendMessage, messageAttributes

Suggested Assignees:

Affected Product Version:

OS, DB, other environment details and versions:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.