[
https://issues.apache.org/jira/browse/ARTEMIS-4653?focusedWorklogId=906284&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-906284
]
ASF GitHub Bot logged work on ARTEMIS-4653:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 21/Feb/24 16:48
Start Date: 21/Feb/24 16:48
Worklog Time Spent: 10m
Work Description: tabish121 commented on code in PR #4829:
URL: https://github.com/apache/activemq-artemis/pull/4829#discussion_r1497916285
##########
artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/connect/federation/AMQPFederation.java:
##########
@@ -151,6 +151,16 @@ public synchronized boolean isStarted() {
*/
public abstract int getLargeMessageThreshold();
+ /**
+ * @return the true if the federation should ignore filters on queue
consumers.
+ */
+ public abstract boolean isIgnoreQueueConsumerFilters();
+
+ /**
+ * @return the true if the federation should support priorities on queue
consumers.
Review Comment:
Right, thanks. Fixing that
Issue Time Tracking
-------------------
Worklog Id: (was: 906284)
Time Spent: 1.5h (was: 1h 20m)
> AMQP Federation should apply queue consumer filters for demand
> --------------------------------------------------------------
>
> Key: ARTEMIS-4653
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4653
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Components: AMQP
> Affects Versions: 2.32.0
> Reporter: Timothy A. Bish
> Assignee: Timothy A. Bish
> Priority: Minor
> Fix For: 2.33.0
>
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> For Queue federation the federation consumers should apply a consumer defined
> filter over the Queue defined filter to avoid pulling message across the link
> that won't be deliverable. Add options for disabling this and also disabling
> per consumer consumer priority tracking to allow for reduction of federation
> links when desired.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)