You mentioned processing files in order, if that is really important for
your application, just keep in mind this from aws documentation:

"Amazon SQS makes a best effort to preserve order in messages, but due to
the distributed nature of the queue, we cannot guarantee that you will
receive messages in the exact order you sent them."


Bilgin

On 5 March 2013 15:52, json99 <d...@vistit.se> wrote:

> Hi,
>
> I'm trying to build a cloud enabled Camel client. To be able to transfer
> large files (>65k) I first create a AWS S3 file with a UUID as filename. To
> be able to process the messages in order I also create a AWS SQS message
> containing the UUID of the file in S3. When I receive a SQS message I would
> like to extract the UUID and make another request to S3 to grab the file
> content.
>
> As I understand, the Camel AWS-S3 component can only poll and is not
> enabled
> for request/reply?
>
> Is it possible to implement the desired behavior or are there any other
> solutions to my goal of sending large files i a queue matter?
>
> Regards,
>
> Daniel By
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/AWS-S3-Request-Reply-tp5728579.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>

Reply via email to