-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
area/clienthelp wantedtype/bugThe PR fixed a bug or issue reported a bugThe PR fixed a bug or issue reported a bug
Milestone
Description
To Reproduce
- Consumer config: SubscriptionMode=Shared, SubscriptionName=Test1, ack Timeout=10000ms, enable Dead Letter Policy and setMaxRedeliveryCount=3
- Run 3 Consumers with the above config in 3 parallel threads. The consumers will not send the ACK
- Send a message to the topic which the consumers are listening to
- Because the ACK will not be sent, the message will be sent to the dead letter topic after the redelivery count is exceeded.
Expected behavior
Only one message is sent to dead-letters topic
Actual behavior
The message is sent to the dead-letters topic twice
Metadata
Metadata
Assignees
Labels
area/clienthelp wantedtype/bugThe PR fixed a bug or issue reported a bugThe PR fixed a bug or issue reported a bug