noxdafox / rabbitmq-message-deduplication

RabbitMQ Plugin for filtering message duplicates
Mozilla Public License 2.0
271 stars 33 forks source link

Are there anyway for duplicated message to be dead letter upon published? [Question] #106

Open cha45689 opened 5 months ago

cha45689 commented 5 months ago

I would like to ask whether it is possible that when message is publish and consider duplicated it will be route to dead letter exchange and queue?

desired behavior

  1. there is one message with x-deduplication-header : "1" already in queue
  2. I try to publish another message with x-deduplication-header : "1"
  3. the message in 2. should be route to dead-letter-exchange / queue