1.

What Is Camelcontext?

Answer»

The CamelContext represents a SINGLE Camel routing rulebase. We use the CamelContext in a similar WAY to the SPRING APPLICATIONCONTEXT. public interface CamelContext extends SuspendableService, RuntimeConfiguration. Interface used to represent the context used to configure routes and the POLICIES to use during message exchanges between endpoints. 

The CamelContext represents a single Camel routing rulebase. We use the CamelContext in a similar way to the Spring ApplicationContext. public interface CamelContext extends SuspendableService, RuntimeConfiguration. Interface used to represent the context used to configure routes and the policies to use during message exchanges between endpoints. 



Discussion

No Comment Found