fetch specific set of records for each poll without setting the flag in camel

前端 未结 2 578
礼貌的吻别
礼貌的吻别 2021-01-27 08:59

I need to pick all the messages from db and send it for reprocessing.

my main requirement is

  1. i should fetch only certain number of records for each poll a
2条回答
  •  南笙
    南笙 (楼主)
    2021-01-27 09:19

    You could use the Batch Consumer as described here - https://camel.apache.org/batch-consumer.html

提交回复
热议问题