Hi, I am wondering if there is a way to declare/use request scoped variables in camel 2.x which runs on jdk1.5. This is the case where we want to create a variable at the at any point of the route and use it in later part of the route, it should be request scoped. I can think of using header for this, but this header is being passed to the components. I am using camel in webapp.
Thanks, Sadanand