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

Claus Ibsen commented on CAMEL-908:
-----------------------------------

I got this working now
{code}
                from("direct:start")
                    .send("direct:foo", constant("Bye World"))
                    .to("mock:result");

                from("direct:foo").to("mock:foo");
{code}

eg it will send a totally new Exchange to direct:foo with the body: Bye World. 
It runs in parallel with the original exchange.

> log component - option for human readble text
> ---------------------------------------------
>
>                 Key: CAMEL-908
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-908
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 1.4.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: Future
>
>
> The log component should have a new URI option for end users a custom log 
> message to be avail for logging. 
> This is usable for end users that want to log certain steps in the LOG such 
> as "Validating against XMLSchema", "Validation OK" etc.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to