[
https://issues.apache.org/jira/browse/AMQ-9153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17627191#comment-17627191
]
ASF subversion and git services commented on AMQ-9153:
------------------------------------------------------
Commit 596ee316874894ad0342475d8f242913bd507cd1 in activemq's branch
refs/heads/main from Christopher L. Shannon (cshannon)
[ https://gitbox.apache.org/repos/asf?p=activemq.git;h=596ee3168 ]
AMQ-9153: Fix slow consumer advisory for queue subscriptions
Due to changes with Queues to check if consumers are full before adding
more messages to the subscription, the Queue dispatch logic needed to be
updated to mark subscriptions as slow and send advisories if configured
instead of relying on the subscription itself to do it.
> Fix Slow Consumer Advisory for Queue subscriptions
> --------------------------------------------------
>
> Key: AMQ-9153
> URL: https://issues.apache.org/jira/browse/AMQ-9153
> Project: ActiveMQ
> Issue Type: Bug
> Affects Versions: 5.17.2
> Reporter: Christopher L. Shannon
> Assignee: Christopher L. Shannon
> Priority: Major
> Fix For: 5.18.0, 5.17.3
>
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> The {{AdvisoryTests}} class was not running due to a bug with the the test
> configuration that is now fixed in AMQ-9152. The {{testSlowConsumerAdvisory}}
> test is now failing when run so this needs to be investigated to see if it's
> a real failure and something broke or if the test needs to be fixed.
> After further investigation it turns out after changse in AMQ-1902 it no
> longer works at all for queues (only durables and topic subs) so it needs to
> be fixed.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)