Use quartz outside of camel and let camel do the rest. This is what we are
doing in a current product and I've done this before in the past.

On Tue, Jan 31, 2023, 3:58 AM Yash Ganthe <yas...@gmail.com> wrote:

> Hi,
>
> We have a DB table where every row has a text message and a timestamp. E.g.
> Mesg1 09:00
> Mesg2 09:01
> Mesg3 09:15
> Mesg4 09:20
>
> The timings are not at a fixed interval. It is uneven. We would like to
> read the table as a Source and send the Messages to a Target at the
> configured timestamps. Components like Quartz do not allow configuring
> uneven trigger times.
>
> Is there a common pattern that can be followed for such a use case?
>
> Regards,
> Yash
>

Reply via email to