[
https://issues.apache.org/jira/browse/AMQNET-460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timothy Bish resolved AMQNET-460.
---------------------------------
Resolution: Fixed
Fix Version/s: 1.7.0
1.6.1
Assignee: Timothy Bish (was: Jim Gomes)
> WaitForRedeliveries ignores failoverRedeliveryWaitPeriod
> --------------------------------------------------------
>
> Key: AMQNET-460
> URL: https://issues.apache.org/jira/browse/AMQNET-460
> Project: ActiveMQ .Net
> Issue Type: Bug
> Affects Versions: 1.6.0
> Reporter: Remo Gloor
> Assignee: Timothy Bish
> Fix For: 1.6.1, 1.7.0
>
>
> MessageConsumer.WaitForRedeliveries()
> while (numberNotReplayed > 0 && expiry < DateTime.Now);
> should be
> while (numberNotReplayed > 0 && expiry > DateTime.Now);
--
This message was sent by Atlassian JIRA
(v6.1#6144)