In some of my applications, Spring Java, I get the default Camel context name “camel-1”.
I have in my properties or yaml file the following:
camel:
name: State-Service
springboot:
name: State-Service
I have other application with similar config working fine…
M
