[
https://issues.apache.org/jira/browse/ARTEMIS-4653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17819323#comment-17819323
]
ASF subversion and git services commented on ARTEMIS-4653:
----------------------------------------------------------
Commit 91556729f13c8d1e6a9d077ddacf63e00ffb46dc in activemq-artemis's branch
refs/heads/main from Timothy Bish
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=91556729f1 ]
ARTEMIS-4653 Create federation consumers for specific queue consumer filters
When Queue consumers attach with filters use those instead of the Queue
filter to filter the messages that are federated to avoid stranding of
messages on the local broker. This will result in multiple federation
consumers if the various attached local consumers all use different
filters but does keep unwanted messages on the remote so that consumers
there can consume those.
> 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: 1h 50m
> 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)