The process that triggers calls producer template and publishes it to a route. You definitely don't want to do the work as part of the trigger you want to publish to a q u e u e or topic
On Tue, Jan 31, 2023, 10:44 PM Yash Ganthe <yas...@gmail.com> wrote: > From Quartz that is set up outside of Camel, what do we need to do to > trigger Camel? > > On Tue, 31 Jan 2023 at 21:51, Mark Nuttall <mknutt...@gmail.com> wrote: > > > 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 > > > > > >