On 25 May 2013 09:00, EySemp <eys...@mailinator.com> 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
extended similarly to addDelay method in the same class. Why don't you give
it try :)


Bilgin

[1]
https://fisheye6.atlassian.com/browse/camel/trunk/components/camel-aws/src/main/java/org/apache/camel/component/aws/sqs/SqsProducer.java?hb=true#to89


>
> I'm looking for something similar to the CamelJmsDestinationName header
> used
> for the JMS component that allows you to overwrite the final queue
> destination during runtime.
>
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/AWS-SQS-with-dynamic-queue-name-tp5733150.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>

Reply via email to