documentation - simple example that its possible to do routing after a to
-------------------------------------------------------------------------

                 Key: CAMEL-1085
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1085
             Project: Apache Camel
          Issue Type: Task
          Components: documentation
            Reporter: Claus Ibsen
            Priority: Minor


We should add to the simple example (5 mins tutorial) that .to is not the end 
of the world

So you do
{code}
from(a).process(b).to(c)
{code}

That you can do
{code}
from(a).process(b).to(c).process(d)
{code}


-- 
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