Re: AWS-SQS with dynamic queue name

2013-05-29 Thread Bilgin Ibryam
On 25 May 2013 09:00, EySemp wrote: > Is it possible to use the aws-sqs component with a dynamic queue name > computed at runtime? > It is not possible with the current code, but would be really easy to add that feature. Have a look at getQueueUrl method in SqsProducer [1] . It has to be exten

Re: AWS-SQS with dynamic queue name

2013-05-25 Thread Claus Ibsen
There is this FAQ http://camel.apache.org/how-do-i-use-dynamic-uri-in-to.html But I dont think we have a header to override the destination like on JMS. You are of course welcome to dig into the source code, and see if you can implement such functionality. We love contributions http://camel.apach