You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "roberto rojas (JIRA)" <ji...@apache.org> on 2009/03/06 17:10:44 UTC

[jira] Commented: (CAMEL-1432) Amazon SQS Component

    [ https://issues.apache.org/activemq/browse/CAMEL-1432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50275#action_50275 ] 

roberto rojas commented on CAMEL-1432:
--------------------------------------

Patch is on the way....

> Amazon SQS Component
> --------------------
>
>                 Key: CAMEL-1432
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1432
>             Project: Apache Camel
>          Issue Type: New Feature
>         Environment: All
>            Reporter: roberto rojas
>            Priority: Minor
>
> The creation of an Amazon SQS component that could be used as from/to endpoint for routes.
> This component could be used in a following fashion:
> <route>
>             <from uri="file:data-in" />
>             <convertBodyTo type="java.lang.String" />
>             <to  uri="sqs:sqsProducer?accessId=...&secretKey=...&queueName=dataQueue" />
> </route>
> <route>
>             <from uri="sqs:sqsConsumer?accessId=...&amp;secretKey=...&amp;queueName=dataQueue" />
>              <to  uri="uri="file:data-out" />
> </route>
> The provided patch could be used as a starting point for such component.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.