Hi all,
Thanks for the forum replies and sharing.
Im looking for
deduplication settings from
rabbit mq side.
Do we have a steps to configure rabbit mq or queue or
exchange so that duplicated message will be discarded except one.
messages contain
id numbers (simply, integer or numeric strings not any complex object) , but some time from application, it sends from various entity listeners (
java /jpa) on certain events and message duplication is certain and inevitable most cases.
we would like to store one message and process one out of the duplicated messages.
Im looking for a feature in rabbit mq so that it takes care deduplication.
didnt find much details online.
If anybody know or explored this, can you point me that a link or type here how to.
Thanks in advance.
Sanal