We are migrating our application from Camel 2.x to 3.x (2.20.2 to 3.11.2). We are using Spring XML
to create camel routes. There are 2 XML files with one camel context defined in each. We are bootstrapping these camel contexts using spring (see below screenshot).
As per the Camel 2.x to 3.x migration guide only one camel context is supported per deployment but when I deploy my application in tomcat, it starts all the routes present in both the camel contexts. What does it actually mean when camel documentation says that only one camel context is supported per deployment?
References: