Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Rabbit MQ message deduplication

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
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


 
Saloon Keeper
Posts: 28469
210
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Please do not post the same question more than once. It confuses people. This message has been locked. Interested persons can see the unlocked copy at https://coderanch.com/t/750510/java/Rabbit-MQ-message-deduplication-steps
 
You save more money with a clothesline than dozens of light bulb purchases. Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
    Bookmark Topic Watch Topic
  • New Topic