Hi everyone, In our web application, we are using camel as the central piece to orchestrate/route the webservices, which will be connecting to several other local resources.
Can some one suggest, what is the best way to write context level (global / one-time) layers. For example, we want to write a global security layer, which does a basic signature based auth check, which is going to be the first step for any route in the application. We want this logic to be configured at camel context level, so that we don't need to write this in every route we build. Also, in case of multiple such layers ( say security, validation, etc.. ), is it possible to set the order in which they need to be executed. Any sort of examples or reading pointers are very appreciated. Thanks in advance. -Gowri Shankar