Hello Daniel, please find my comments inline.
Best, Christian On Tue, Mar 5, 2013 at 4:52 PM, 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? > Right. But we could improve the AWS-S3 component in a way that you can use it in a consumer template and provide the UUID as a filter. Feel free to log a JIRA: https://issues.apache.org/jira/browse/CAMEL And as you may know, we love contributions: http://camel.apache.org/contributing.html > > 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? > 65kByte is not really large. Is there a specific reason why you use Amazon S3? Could you also use ActiveMQ for this service? > > 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. > --