Hi, I am new to camel can anyone please explain the difference between the the main class provided in camel to make it stand alone. ie,
- camel-core JAR in the org.apache.camel.Main class (requires Camel 2.6) - camel-spring JAR in the org.apache.camel.spring.Main class Other than the main class in spring can boot camel from spring xml files. Is it a good practice to make my camel application standalone in my production environment or is it better to make it run in an osgi container such as karaf? -- BR Muhsin