[
https://issues.apache.org/jira/browse/AMQNET-463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timothy Bish resolved AMQNET-463.
---------------------------------
Resolution: Fixed
Fix Version/s: 1.7.0
1.6.1
Assignee: Timothy Bish (was: Jim Gomes)
Fix applied on trunk and 1.6.x
> 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: Timothy Bish
> Fix For: 1.6.1, 1.7.0
>
>
> 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)