Re: Conditional registration of routes (or route builders)

2017-03-17 Thread souciance
I guess the solution I am describing doesn't apply to your case but perhaps worth as a discussion. What I have done previously is to describe my integrations via features in Karaf. Then I create a custom karaf distribution and install all the features on install level. Then for every instance I am

Setting up SSL with multiple private key

2017-03-17 Thread atiouajni
Hi all, My name is Anisse. I'm a new user of Apache Camel and I hope you will help me for my case. I'm trying to configure a https connection using https4 component. But let's talk about my need first: - I have 3 services that uses TLS protocol (FR, EN and ES). - My route will forward the re

AWS Kinesis Consumer performance improvement

2017-03-17 Thread elaufis
I have narrowed down a performance bottleneck in the Processor I implemented in a SEDA route using the AWS Kinesis component. I tested against an "empty" Processor (i.e. that doesn't do anything) and got the following metrics: *For the "empty" Processor*:11:10| INFO | MarkerIgnoringBase.java 107

Set Body to Array?

2017-03-17 Thread Jacobsen, Jasen W.
I've done some Googling but can't quite find the answer so here goes... I have a REST service defined using blueprint XML: For various reasons, I'd like to access "param2" in a later route using: ${body[0]['param2_key']} So the body needs to be transformed into a list of maps. I defined a b