[GitHub] camel pull request: CAMEL-6707: add async for servlet

2016-04-18 Thread arnaud-deprez
GitHub user arnaud-deprez opened a pull request: https://github.com/apache/camel/pull/949 CAMEL-6707: add async for servlet Add async option in servlet. # Remarks: I have some issues to test servlet with arquillian & jetty 9. Apparently it doesn't take into account the

New Hystrix based Circuit Breaker EIP

2016-04-18 Thread Claus Ibsen
Hi We have a few attempts of a Circuit Breaker in Apache Camel - Circuit Braker Load Balancer - Hystrix Component The former is a pure Camel implementation in camel-core that when the circuit is open will reject processing. The latter is a Camel component where you call an endpoint that then do

RE: Concerning Attachments and Attachment Headers in Camel

2016-04-18 Thread Siano, Stephan
Hi Claus, I have evaluated three different approaches to add attachment headers to Camel 2.18 and created CAMEL-9880 for that. I described the three options there and added proof of concept patches to the item. Note: all three options are not complete, they only consider the changes in camel-co

Get SOAP response as a Stream

2016-04-18 Thread florinfc
Please advice how can I get the exchange.getIn().getBody() content as a Stream of some kind (InputStream, ByteArray, ...) from a SOAP response. -- View this message in context: http://camel.465427.n5.nabble.com/Get-SOAP-response-as-a-Stream-tp5781281.html Sent from the Camel Development maili

Rewamped the camel-itest-osgi module

2016-04-18 Thread Claus Ibsen
Hi The OSGi tests in the tests/camel-itest-osgi has been out of love for many years, and are broken on newer versions of karaf, and actually dont run either on the old karaf 2.x. So I scratched it all, and restarted with a new clean module, that is using the new camel-test-karaf module for assist