[ 
https://issues.apache.org/jira/browse/CAMEL-11528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16081945#comment-16081945
 ] 

Claus Ibsen commented on CAMEL-11528:
-------------------------------------

You can now turn of dynamic
{code}
                from("direct:start")
                    .wireTap("bean:tap").dynamicUri(false)
                    .to("mock:result");
{code}

> WireTap - Allow to specify the url as non-dynamic
> -------------------------------------------------
>
>                 Key: CAMEL-11528
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11528
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.16.5
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.20.0
>
>
> See SO
> https://stackoverflow.com/questions/45014811/apache-camel-version-2-16-using-wiretap-to-route-a-message-to-a-spring-bea



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to