[
https://issues.apache.org/activemq/browse/CAMEL-1432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50371#action_50371
]
Hadrian Zbarcea commented on CAMEL-1432:
----------------------------------------
@roberto, Typica is licensed unter APL2.0, which is great. That does not
prevent us from adding it to camel. However, not being possible to automate at
least the unit testing, is an issue. I think there is no problem with hosting
it at camel-extra (http://code.google.com/p/camel-extra/), but I am not sure we
can do it at apache, unless we find a way to test it.
@other camel riders: thoughts?
> 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=...&secretKey=...&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.