thinking in the difference between camel and servicemix

2011-06-04 Thread ltomuno
camel is a component, servicemix is a container from function servlet container(e.g. tomcat) < application container(e.g. jboss) < esb container(e.g. servicemix) in one sense, esb is a more powerful container than application container, contains the EIP functions, and can provide outside servic

Re:Re: are there chinese documents with camel

2011-06-03 Thread ltomuno
thanks At 2011-06-03 16:27:27,"Willem.Jiang" wrote: >I wrote some pieces of Chinese articles to introduce some basic concepts of >Camel. >You can find them in my Chinese blog. > >[1]http://jnn.iteye.com/category/27938 > >Willem > >-- >View this message in context: >http://camel.465427.n5.na

What is the meaning of payload in camel?

2011-06-03 Thread ltomuno
data? content? thanks

CamelContext start and stop question

2011-06-02 Thread ltomuno
java code: CamelContext context = new DefaultCamelContext(); ... ... // start the route and let it do its work context.start(); Thread.sleep(2000); // stop the CamelContext context.stop(); I have to do it every time? start sleep stop Is there a more elegant

Re:Re: Is there a pipeline example with src in camel?

2011-06-01 Thread ltomuno
"seda:pipeline.out2", >> "seda:pipeline.out3"); >> from("seda:pipeline.in").pipeline("seda:pipeline.out1", >> "seda:pipeline.out2", "seda:pipeline.out3"); >> from("seda:pipeline.in").pipeline().to("

Is there a pipeline example with src in camel?

2011-06-01 Thread ltomuno
the official website http://camel.apache.org/pipes-and-filters.html where is the src? and the org.apache.camel.example.docs.PipelineRoute has no config where is the config file? camel 2.7.1

how to realize quality of service in camel

2011-06-01 Thread ltomuno
when the system is busy, to ensure the core system is available