Re: mutually-authenticated SSL with websockets

2016-12-16 Thread Avnish Pundir
through docs again and again and trying hit and trials before I get it right. Thanks, *Avnish Pundir* On 13-12-2016 23:00, Zoran Regvart wrote: Hi Mark, there is the `clientAuthentication` parameter in `serverParameters` of `SSLContextParameters` that you can set to `REQUIRE`. I wager adding SS

sjms creating too many unnecessary threadpools and proposal for fixing it

2016-12-16 Thread Avnish Pundir
ll take up in a separate thread). -- Thanks, *Avnish Pundir* -- -- Disclaimer: The information contained in this communication is confidential, private, proprietary, or otherwise privileged and is intended only for the use of the addressee.Unauthorized use, dis

Re: netty4(-http) producer workerGroup and producerPool

2016-11-07 Thread Avnish Pundir
el routes we can refer to this worker pools by configuring the workerGroup option in the URI as shown below: ... Thanks, Avnish Pundir On 07-11-2016 14:44, Avnish Pundir wrote: Hi Willem, I just tried sharing the workerpool as per docs of netty4 (http://camel.apache.org/netty

Re: netty4(-http) producer workerGroup and producerPool

2016-11-07 Thread Avnish Pundir
utor across all my netty4-http producers? I don't see usual option of setting executorServiceRef option with either netty4 or nett4-http. -- Thanks, *Avnish Pundir* -- -- -- Disclaimer: The information contained in this communication is confidential, private, propr

netty4(-http) producer workerGroup and producerPool

2016-11-02 Thread Avnish Pundir
single executor across all my netty4-http producers? I don't see usual option of setting executorServiceRef option with either netty4 or nett4-http. -- Thanks, *Avnish Pundir* -- -- Disclaimer: The information contained in this communication is confide

Re: apache camel returns statusCode:500

2016-10-18 Thread Avnish Pundir
component) to see what's going on the wire, compare it what postman is sending and adapt your route accordingly. Thanks, Avnish Pundir On 18-10-2016 07:06, meng wrote: Hi All, I'm the new of camel. I now use apache camel to call several our webservices. Here is my code: publi

Re: Camel - Making parallel GET requests and aggregating the results via Dynamic Routes using Java DSL

2016-10-18 Thread Avnish Pundir
umber of examples at http://camel.apache.org/splitter.html - towards the end of this documentation you'll see custome aggregationStrategy example as well. Just to clarify, JsonPathExpression comes from org.apache.camel.model.language.JsonPathExpression class (You'll have to import it in your rout