[
https://issues.apache.org/activemq/browse/CAMEL-1085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-1085.
--------------------------------
Assignee: Claus Ibsen
Fix Version/s: 1.5.1
2.0.0
Resolution: Fixed
http://cwiki.apache.org/confluence/display/CAMEL/Walk+through+another+example
> 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
> Assignee: Claus Ibsen
> Priority: Minor
> Fix For: 1.5.1, 2.0.0
>
>
> 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.