Regarding consumer.onConsume option for MyBatis component. It is working at Producer ("from"): <from uri="mybatis:selectOrders?delay=1000&statementType=SelectList&onConsume=consumeOrder" />
But it is not working at Consumer ("to"): <from uri="timer:foo"> <to uri="mybatis:selectOrders?statementType=SelectList&onConsume=consumeOrder" /> -- View this message in context: http://camel.465427.n5.nabble.com/camel-mybatis-onConsume-option-is-working-only-for-producer-tp5792576.html Sent from the Camel - Users mailing list archive at Nabble.com.