adjust / rmq

Message queue system written in Go and backed by Redis
MIT License
1.56k stars 205 forks source link

Message Deduplication #166

Open hariangr opened 4 months ago

hariangr commented 4 months ago

Is there a way to do message deduplication in rmq?

  1. Using some sort of unique identifier (in header probably)
  2. Using the content of the message?
wellle commented 4 months ago

No, there's nothing of this sort built in.