[ 
https://issues.apache.org/activemq/browse/CAMEL-1432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen resolved CAMEL-1432.
--------------------------------

    Resolution: Incomplete

Closing old tickets with no activity. Also we cant add it to apache due license

> 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
>         Attachments: camel-sqs.patch
>
>
> 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.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to