`

Camel 练习

阅读更多

<?xml version="1.0" encoding="UTF-8"?>
<blueprint
    xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
    xmlns:cm="http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.osgi.org/xmlns/blueprint/v1.0.0 http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd">

    <camelContext xmlns="http://camel.apache.org/schema/blueprint">
        <route>
            <from uri="file:org/input" />
            <log message="jinlong move file:${file:name}! Hello World!!!" />
            <to uri="file:org/output" />
        </route>
    </camelContext>
</blueprint>

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics