You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Christopher L. Shannon (JIRA)" <ji...@apache.org> on 2016/02/26 22:07:18 UTC

[jira] [Resolved] (AMQ-6188) Queues containing PERSISTENT messages can be garbage collected due to Inactivity

     [ https://issues.apache.org/jira/browse/AMQ-6188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christopher L. Shannon resolved AMQ-6188.
-----------------------------------------
       Resolution: Fixed
         Assignee: Christopher L. Shannon
    Fix Version/s: 5.13.2
                   5.14.0

Patch applied, thanks.

> Queues containing PERSISTENT messages can be garbage collected due to Inactivity
> --------------------------------------------------------------------------------
>
>                 Key: AMQ-6188
>                 URL: https://issues.apache.org/jira/browse/AMQ-6188
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.13.0, 5.13.1
>            Reporter: Brian D. Johnson
>            Assignee: Christopher L. Shannon
>             Fix For: 5.14.0, 5.13.2
>
>
> It is possible for a queue to be garbage collected due to inactivity despite undelivered {{PERSISTENT}} messages being present on the queue.
> Order of events-
> * unused queue is marked for garbage collection due to inactivity
> * prior to garbage collection, an anonymous producer comes online, sending one or more messages, then closing
> ** Note: the queue's {{lastActiveTime}} is not reset when an anonymous producer is created because they are not bound to a destination at creation.
> * queue with pending Message(s) is garbage collected
> A simple fix for this seems to be resetting {{BaseDestination#lastActiveTime}} to zero each time a message is sent ({{BaseDestination#messageDelivered(context, messageReference)}}).
> I'll submit a PR with a patch shortly.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)