apache camel how to get header attributes from sql-component
问题 I'm new to Apache Camel and I've stared to write an application that grabs data from one database and inserts it to another database. I'm using the sql component and am trying to figure out how to grab the CamelSqlUpdateCount, CamelSqlRowCount and CamelSqlQuery from the message header using spring dsl. I know that I can get attributes in the data using this.... <log message="Processing product ${body[product_id]}"/> But when I try to grab data from my header after my insert like this... <from