[
https://issues.apache.org/jira/browse/AMQ-3226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17266269#comment-17266269
]
Matt Pavlovich commented on AMQ-3226:
-------------------------------------
[~kiorsak] have you been able to verify if this was fixed with AMQ-2756?
This issue is quite dated and may be resolved up through in 5.16.1. Please
update with a reproducible test case against 5.16.1 if this is still an issue
for you.
NOTE: This JIRA is scheduled to close in 30 days if no update is provided.
> persistent messages expire without being saved to ActiveMQ.DLQ if a
> master-to-slave failover took place - issue with JDBC master-Slave cluster
> ----------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: AMQ-3226
> URL: https://issues.apache.org/jira/browse/AMQ-3226
> Project: ActiveMQ
> Issue Type: Bug
> Components: Broker
> Affects Versions: 5.4.2
> Environment: Sun Solaris + JDK 1.6
> a JDBC cluster of 2 nodes running apache-activemq-5.4.2-fuse-01-00
> using MS SQL Server 2008 as a database for JDBC
> Reporter: Oleg Kiorsak
> Priority: Critical
>
> Setup :
> Sun Solaris + JDK 1.6
> a JDBC cluster of 2 nodes running apache-activemq-5.4.2-fuse-01-00
> using MS SQL Server 2008 as a database for JDBC
> 1. 1 client (NMS STOMP , if that is any relevant) sends 10 persistent
> messages with TTL set to 5 mins
> 2. after all messages have been sent and seen in the destination queue (via
> SQL query)
> but well before the time message are about to even start expirying
> do a 'kill -KILL' of the activemq process on node1 ("master") - so 'failover'
> take place
> - node2 ("slave") now becomes new "master" and resumes connections/etc
> 3. in 5 mins time all 10 messages sitting in the destination queue do expire,
> but they do NOT end up in ActiveMQ.DLQ as they should...
> this is really bad -
> basically the failover event breaks the promise of "guaranteed" delivery of
> persistent messages
--
This message was sent by Atlassian Jira
(v8.3.4#803005)