Hi, Thanks for pointing it out. Does Camel make it easier to inject the messages on MQ with a delivery delay? Does the code become more structured with Camel as compared with using JMS directly?
Regards, Yash On Fri, 13 Jan 2023 at 11:37, Claus Ibsen <claus.ib...@gmail.com> wrote: > Hi > > ActiveMQ has scheduled message delivery, take a look at that. > > > > On Fri, Jan 13, 2023 at 5:34 AM Yash Ganthe <yas...@gmail.com> wrote: > > > Hi, > > > > I have about 10K messages in a CSV file. Each message has an associated > > timestamp for it. When the time is reached, I want the message delivered > to > > an MQ. The timestamps are not uniformly spread. Is this possible with > > Apache Camel? Which components need to be used to achieve this? > > > > Regards, > > Yash > > > > > -- > Claus Ibsen > ----------------- > @davsclaus > Camel in Action 2: https://www.manning.com/ibsen2 >