Hi,

I couldn't really make up my head on how to implement a route/workflow as 
follows:

1. Listen for Amazon SQS message
2. Extract Amazon S3 URL contained in the message
3. Fetch file the URL is pointing to from Amazon S3
4. Process file
5. Send email or send message to different Amazon SQS

Am I on the right track doing something like:
<route>
<from uri="aws-sqs://${queue}"/>
<bean ref="extractURL"/> <!-- extracts the URL contained in the message and writes 
that to ${file} -->
<from uri="aws-s3://${bucket}/${file}"/>
<bean ref="process"/>
<!-- to... -->
</route>

Cheers,
Patrick

<<attachment: Patrick.vcf>>

Attachment: smime.p7s
Description: S/MIME Kryptografische Unterschrift

Reply via email to