[ https://issues.apache.org/jira/browse/CAMEL-3468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12976256#action_12976256 ]
Mark Ford commented on CAMEL-3468: ---------------------------------- @Christian - I'll create the issue to add my camel-sns component and coordinate with Tracy. @Tracy - client=#myAmazonSQSClient is a property on the endpoint URI that allows a developer to configure the component with their own SQS client object. The developer would have configured the spring context or camel registry with a bean mapped to that key. The component checks that property and uses the client object there instead of creating their own. This allows the developer to handle the mock objects or otherwise override the behavior for the API. Obviously the object they provide must implement the same interface or extend the same class as what you're expecting for the Amazon API object. > New camel-aws component > ----------------------- > > Key: CAMEL-3468 > URL: https://issues.apache.org/jira/browse/CAMEL-3468 > Project: Camel > Issue Type: New Feature > Reporter: Tracy Snell > Assignee: Christian Müller > Fix For: 2.7.0 > > Attachments: patchfile.txt > > > I've started a new component to interface with Amazon Web Services. This > first pass includes just a Simple Queue Service component. Additional > services will be added soon. I used the Amazon AWS SDK for Java to interface > with AWS. Uses Apache 2.0 as it's license. > Let me know if I need to change things or any thoughts/suggestions and I'll > be glad to make the adjustments. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.