http4 component with spring boot to configure ssl parameters

2017-10-20 Thread Steve973
Hello. I'm trying to figure out how to set up the http4 component with ssl information (keystore, truststore) with Spring Boot. I would like to have a @Configuration class that configures the "https4" component, but I cannot find examples. Do any of you know of an example that I could look at?

No host for http4 connection

2017-10-20 Thread Bagwell, Allen F
I am trying to write a test that needs to contact a RESTful service and get back a reply in JSON. I wanted a lightweight HTTP client, so I opted to use the Here is what my prep processor does: exchange.getIn().setHeader(Exchange.ACCEPT_CONTENT_TYPE, "application/json");

Seda Vs Disruptor

2017-10-20 Thread Vanshul . Chawla
Hello team, We are using seda for most of our interfaces. I came across disruptor and seems like it performs better than seda. Does anyone have any stats etc or any experience where it improved performance over seda? Vanshul