I want to set some common header/properties in the message produced via camel producerTemplate.
This is useful when we want to attach some common properties to all outgoing messages.
For incoming messages, there is already RouteConfiguration which does this job well.