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
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
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
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
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