How to attach common properties to messages produced via camel producer template
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.
Camel 4 XML DSL how to import routes defined in separate XML
I have multiple routes and different conditions put up in a single route xml file.Want to clean up this route XML as below.
processing all files in directory recursively in Apache Camel Route as soon as a done file exists
In Apache Camel xml I want to process a each file in a directory recursively when a certain file indicates that all files have been successfully generated (@see mock:result). When all files have been processed I want to do some cleanup (@see mock:finished)
Camel Route Template and Route Builder as separate Spring Boot App
I have a spring boot camel app (App1) with custom route template (“myTemplate”). This app will not run on its own. It will be included as a dependency in other apps.