Re: Checking For Duplicate Message IDs Using Cassandra Idempotent Repository

2025-04-02 Thread Chirag
is ActiveMQ known to do message duplications? Regards, Chirag On Wed, Apr 2, 2025 at 9:04 AM William Crowell wrote: > Hi, > > I am trying to transfer messages from an ActiveMQ Classic queue to IBM MQ, > and I want to make sure messages are not processed twice. I would like to > use the Cassan

Re: Checking For Duplicate Message IDs Using Cassandra Idempotent Repository

2025-04-02 Thread William Crowell
Chirag, In certain circumstances, yes it can produce duplicate messages. Regards, William Crowell From: Chirag Date: Wednesday, April 2, 2025 at 11:06 AM To: users@camel.apache.org Subject: Re: Checking For Duplicate Message IDs Using Cassandra Idempotent Repository [You don't often get emai

Checking For Duplicate Message IDs Using Cassandra Idempotent Repository

2025-04-02 Thread William Crowell
Hi, I am trying to transfer messages from an ActiveMQ Classic queue to IBM MQ, and I want to make sure messages are not processed twice. I would like to use the Cassandra Idempotent Repository: https://camel.apache.org/components/4.10.x/cql-component.html#_idempotent_repository Are there any