-
apache-camel-eip下载
资源介绍
apache-learn-camel-eip(企业集成模式(EIP))
(1)基于内容的路由:
-- based on file name
-- based on file content
-- important components are:
.choice()
.when().to
.otherwise().stop() //it wont be available at end()
.to()
.end()
.to() //perform general operation..
(2)多播路由:
-- It can be achieved by doing two times .to()
-- Allows to use parallel processin