Re: split, tokenize, unmarshal puts objects into ArrayList

2016-09-18 Thread fabryprog
Can we have an example? -- View this message in context: http://camel.465427.n5.nabble.com/split-tokenize-unmarshal-puts-objects-into-ArrayList-tp5787509p5787694.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel in Action Book

2016-09-18 Thread Claus Ibsen
Hi As others have said in this thread, then the source code for the Camel in Action 1st edition has been updated to latest Camel releases up till 2.15.6. https://github.com/camelinaction/camelinaction As we are working on the 2nd edition we decided to stop maintaining the 1st ed source code

Re: How to launch

2016-09-18 Thread Willem Jiang
Hi,  If you just share one connection between the Scheduler Pooling consumers, it could be not effective, as the consumers have to be wait for the connection. I think it could be reasonable to use the a pool to hold the connections for the consumers to share with. -- Willem Jiang Blog:

Re: Camel Metrics

2016-09-18 Thread Willem Jiang
How about using the below code to look up the MetricsRegistry :) context.getRegistry().lookupByNameAndType(“metricRegistry”,  MetricRegistry.class); -- Willem Jiang Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On