No, I mean the the storage mechanism behind it. Exchanges (and their messages) are in memory models. When a message is delivered to an endpoint, the endpoint figures out what to do with it. That delivery is essentially your storage mechanism. You might be delivering data to a mysql table, or a mongodb collection. You'll need to map the message into those structures.
John On Mon, Feb 22, 2016 at 10:56 PM Demon Hunter < [email protected]> wrote: > u mean data type i wanna store in camel header?it's string type. > > For example, The message I want to store in one header is about 9KB data > which i want to store in camel header. > > header name :MyCamelHeader > value : that 9kb message. > > Thanks > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-Header-tp5778080p5778083.html > Sent from the Camel - Users mailing list archive at Nabble.com. >
