[ 
https://issues.apache.org/jira/browse/AMQ-6636?focusedWorklogId=838597&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-838597
 ]

ASF GitHub Bot logged work on AMQ-6636:
---------------------------------------

                Author: ASF GitHub Bot
            Created on: 11/Jan/23 11:34
            Start Date: 11/Jan/23 11:34
    Worklog Time Spent: 10m 
      Work Description: cshannon closed pull request #230: Unit test 
illustrating AMQ-6636.
URL: https://github.com/apache/activemq/pull/230




Issue Time Tracking
-------------------

    Worklog Id:     (was: 838597)
    Time Spent: 40m  (was: 0.5h)

> Pending Queue Size of durable subscribers isn't correct - or message 
> expiration doesn't work
> --------------------------------------------------------------------------------------------
>
>                 Key: AMQ-6636
>                 URL: https://issues.apache.org/jira/browse/AMQ-6636
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.14.4
>         Environment: Windows 7, 64 Bit, Java 1.8.0-101
>            Reporter: Andreas Ländle
>            Priority: Major
>         Attachments: 2017-03-22_12h28_44.png, activemq.xml, activemq.xml.patch
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> I use expireMessagesPeriod="100" for topics and the timestamp-plugin with a 
> TTL of 1s. 
> If I publish messages the "Pending Queue Size" of a offline duracle 
> subscriber never reaches 0 (in real life it increases steadily).
> Steps to reproduce:
> a) Start a clean/fresh activemq 5.14.4 broker instance with the attached 
> activemq.xml configuration (or adapt the default configuration to use 
> expireMessagesPeriod and timeStampBrokerPlugin - see also patch file)
> b) Use "ant consumer -Durl=tcp://localhost:61616 -Dtopic=true -Dsubject=MYSUB 
> -Ddurable=true" to create topic and durable subscriber
> c) Press ctrl+c to exit the consumer - and create the offline durable 
> subscription
> d) Publish 2000 message via "ant producer -Ddurable=true 
> -Durl=tcp://localhost:61616 -Dtopic=true -Dsubject=MYSUB"
> Expected result:
> "Pending Queue Size" of the corresponding Offline Durable Topic Subscriber 
> should reach 0 (at least after a few seconds)
> Actual result:
> "Pending Queue Size" shows a value like 1752 and never decreases (see 
> attached screenshot).
> Please let me know if you are able to reproduce the problem and if/how I can 
> contribute.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to