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: @oscerd2 Github: oscerd On Friday, May 24, 2019, 10:34:02 AM GMT+2, Ranabroto Ghosh <ranabroto.gh...@globalcharge.com> wrote: 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 <serviceCall name="camel-consul-second/api/hey?bridgeEndpoint=true"/> but always receiving this error : java.util.concurrent.RejectedExecutionException: No active services with name camel-consul-second Where am I going wrong here ? -- Kind Regards Rana