Camel CXF with Netty4

2019-05-24 Thread ranx
https://github.com/apache/camel/tree/master/examples/camel-example-netty-htt p I've used that example and have injected in Camel REST routes and it works perfectly. I wonder if there's a way to do that with SOAP/CXF/Camel in any combination?

AMQPComponent Connection Lost After Qpid Bounced

2019-05-24 Thread Welly Hong
Hi, I found Camel AMQPComponent won't reconnect to Qpid queue after Qpid broker got bounced. Below are my amqp configures. Please advise how to address this issue. It works only when Camel starting up with

[SECURITY][ERRATA-CORRIGE] New security advisory CVE-2019-0188 released for Apache Camel

2019-05-24 Thread Andrea Cosentino
A new security advisory has been released for Apache Camel, that is fixed in the recent 2.24.0 release. CVE-2019-0188: Apache Camel-XMLJson vulnerable to XML external entity injection (XXE)  Severity: MEDIUM Vendor: The Apache Software Foundation Versions Affected: Apache Camel versions prior

[SECURITY] New security advisory CVE-2019-0188 released for Apache Camel

2019-05-24 Thread Andrea Cosentino
A new security advisory has been released for Apache Camel, that is fixed in the recent 2.24.0 release. CVE-2019-0188: Apache Camel vulnerable to XML external entity injection (XXE) Severity: MEDIUM Vendor: The Apache Software Foundation Versions Affected: Apache Camel versions prior to 2.24.0

Re: serviceCall EIP not working with consul

2019-05-24 Thread Andrea Cosentino
Hello. You already sent this in the users mailing list. To avoid effort answering it on multiple thread, please avoid duplicates. -- Andrea Cosentino  -- Apache Camel PMC Chair Apache Karaf Committer Apache Servicemix PMC Member Email: ancosen1...@yahoo.com Twitter

serviceCall EIP not working with consul

2019-05-24 Thread Ranabroto Ghosh
I am using below in applicaiton.yml camel: cloud: consul: service-discovery: url: http://localhost:8500 then call another service which is registered in consul service discovery like below but always receiving this error : java.util.concurrent.RejectedExecutionEx