Camel 练习 博客分类: Apache Camel apache CamelCamelspringservicemix
<?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>
上一篇: 迟来的6.1礼物,献给小朋友们... Oracle配置管理浏览器.net
下一篇: Apache ServiceMix入门之三 博客分类: ESB/SOAosgi osgisftpblueprintsshcamel
推荐阅读
-
(estreat) Apache camel 博客分类: Camel apache camel
-
Camel Routes 博客分类: Apache Camel apache camelcamelRoutes
-
Camel 练习 博客分类: Apache Camel apache CamelCamelspringservicemix
-
Apache Camel 2.4.0 发布了 博客分类: Camel ApacheOSGISpring软件测试项目管理
-
Camel中的几个重要概念之 Processor 博客分类: Camel Exchange设计模式Apache
-
Spring Integration component of Camel 博客分类: Camel SpringSVNActiveMQ编程Apache
-
Apache Camel 2.4.0 发布了 博客分类: Camel ApacheOSGISpring软件测试项目管理
-
Apache Camel 2.0.0 正式发布了 博客分类: Camel ApacheExchangefreemarkerjsonJDK
-
Camel中的几个重要概念之 Processor 博客分类: Camel Exchange设计模式Apache