| 1. |
What Is Routercontext? |
|
Answer» It is now possible to define routes OUTSIDE <CAMELCONTEXT/> which you do in a new <routeContext/> tag. The routes defined in <routeContext/> can be REUSED by multiple <camelContext/>. HOWEVER its only the definition which is reused. At runtime each CamelContext will create its own instance of the route based on the definition. It is now possible to define routes outside <camelContext/> which you do in a new <routeContext/> tag. The routes defined in <routeContext/> can be reused by multiple <camelContext/>. However its only the definition which is reused. At runtime each CamelContext will create its own instance of the route based on the definition. |
|