Hi, headers or properties are a good solutions. Just take care headers can be lost between 2 components.
- Romain 2011/9/9 Sadanand Kusma <sku...@arccorp.com> > 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 >