Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <camel:endpoint id="ftp" uri="ftp://[email protected]:123/get/password=secret&binary=false" />
- <camel:endpoint id="queue" uri="activemq:queue:parts" />
- <camel:route>
- <camel:from ref="ftp">
- <split streaming="true">
- <tokenize token="\n" group="1000"/>
- <to ref="queue"/>
- </split>
- </camel:route>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement