You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by gersid <ge...@inbox.ru> on 2017/01/16 14:26:55 UTC

camel-mybatis: 'onConsume' option is working only for producer

Regarding consumer.onConsume option for MyBatis component.

 It is working at Producer ("from"):
<from
uri="mybatis:selectOrders?delay=1000&amp;statementType=SelectList&amp;onConsume=consumeOrder"
/>

But it is not working at Consumer ("to"):
<from uri="timer:foo">
<to
uri="mybatis:selectOrders?statementType=SelectList&amp;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.