Remo Gloor created AMQNET-463:
---------------------------------
Summary: previouslyDeliveredMessages.Add() does not change value
Key: AMQNET-463
URL: https://issues.apache.org/jira/browse/AMQNET-463
Project: ActiveMQ .Net
Issue Type: Bug
Reporter: Remo Gloor
Assignee: Jim Gomes
MessageConsumer uses previouslyDeliveredMessages.Add()
When the value exists it won't change that value. Hence the whole algorithm
based on previouslyDeliveredMessages won't work atm.
Use assignment instead
previouslyDeliveredMessages[messageId] = X;
--
This message was sent by Atlassian JIRA
(v6.1#6144)