Are the duplicate messages already in the queue or are they being created during the process of moving them from ActiveMQ Classic to IBM MQ? If the latter, do you know why the duplicates are being created (e.g. the network connection fails)? Are you mitigating duplicates by using a transaction of any kind? How is your existing Camel route configured?
Justin On Tue, Jul 9, 2024 at 2:17 PM Jason Jackson <jason.jack...@itechag.com.invalid> wrote: > Good afternoon. > > I was wondering if anyone had any good links of information regarding how > to use Idempotent within ActiveMQ Classic Camel routes. > > I am having an issue with duplicate messages within ActiveMQ Classic > 5.18.4 when messages are moved from ActiveMQ to IBM MQ using Camel. > > From the reading I have done I believe that if I can configure an > Idempotent repository I can use this and ignore duplicate messages. > > On this same note, the brokers are configured as a network of brokers with > duplex=true, does anyone know if this could possibly cause the duplicate > messages? > > > > Jason >