Re: Rest producer using http4 with https endpoint

2017-06-14 Thread KGarner
Has anyone else noticed this gap with secure endpoints in the rest producer backed by http4? If I'm not off base too much, it seems like a straightforward fix to adjust the replace line in the code, right? -- View this message in context:

Re: ActiveMQ shuts down before Camel routes when stopping service in Windows

2017-06-14 Thread Zoran Regvart
Hi, we have made a change slated to be released in 2.20.x, see CAMEL-11261[1] that should help with this. You can help us greatly by running with 2.20.0-SNAPSHOT and verifying if it helps for your use case. An option exists to merge this into patch version for 2.19. But to prevent breaking

ActiveMQ shuts down before Camel routes when stopping service in Windows

2017-06-14 Thread nexus
Hello, all! We are running ActiveMQ + Camel (configured using Spring) as a service (using wrapper) on Windows platform (x86/x64). We cannot achieve clean shutdown of activemq + camel service, because activemq is stopping before camel routes, which leads to many warnings and errors from routes

Re: HTTP4 retrying with I/O exception in fuse 6.3

2017-06-14 Thread Bart Horré
Hi, I'm assuming 'sslContextParams' is a bean in the registry. Shouldn't your uri be "http4:abcd.abcd.com:443/aabb/aabbdd.svc/pox? sslContextParametersRef=#sslContextParams " instead? Bart Horré Anova r bvba

Re: Nested doTry-doCatch blocks

2017-06-14 Thread Bart Horré
Hi, try to simplify your route by using direct endpoints. The ChoiceProcessor tends to behave strangely when the route gets more complex. .from() ... .doTry() ... .log(level.INFO, log, "Reaches point 1.") .endDoTry() .doCatch(MyHttpException.class)

Re: onException() Redelivery to parent route

2017-06-14 Thread barthorre
Hi, have a look at this article: http://camel.apache.org/how-do-i-retry-processing-a-message-from-a-certain-point-back-or-an-entire-route.html -- View this message in context: http://camel.465427.n5.nabble.com/onException-Redelivery-to-parent-route-tp5803518p5803632.html Sent from the Camel

Re: onException() Redelivery to parent route

2017-06-14 Thread Bart Horré
Hi, have a look at this article: http://camel.apache.org/how-do-i-retry-processing-a-message-from-a-certain-point-back-or-an-entire-route.html Bart Horré Anova r bvba On Tue, Jun 13, 2017 at 7:44 PM, sap wrote: > Hi. > > I have a route similar to below. > >