You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Jeff Eltgroth <je...@gmail.com> on 2013/09/26 18:41:20 UTC

Re: interceptSendToEndpoint with dynamic endpoint

Hi,

I am using camel-core 2.10.0.fuse-71-047 and I am getting similar problems
using interceptSendToEndpoint.  My uri has a pound sign (#) which is getting
encoded to %23.  This is the kind of uri I am using: 
"aws-sqs://myQueue?amazonSQSClient=#myClient" where myClient is in the
registry.

Jeff



--
View this message in context: http://camel.465427.n5.nabble.com/interceptSendToEndpoint-with-dynamic-endpoint-tp3301978p5740263.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: interceptSendToEndpoint with dynamic endpoint

Posted by Claus Ibsen <cl...@gmail.com>.
Then just use * in the intercept

interceptSendToEndpoint("aws-sqs://myQueue*") ...

On Thu, Sep 26, 2013 at 5:41 PM, Jeff Eltgroth <je...@gmail.com> wrote:
> Hi,
>
> I am using camel-core 2.10.0.fuse-71-047 and I am getting similar problems
> using interceptSendToEndpoint.  My uri has a pound sign (#) which is getting
> encoded to %23.  This is the kind of uri I am using:
> "aws-sqs://myQueue?amazonSQSClient=#myClient" where myClient is in the
> registry.
>
> Jeff
>
>
>
> --
> View this message in context: http://camel.465427.n5.nabble.com/interceptSendToEndpoint-with-dynamic-endpoint-tp3301978p5740263.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cibsen@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen