[
https://issues.apache.org/jira/browse/ARTEMIS-5625?focusedWorklogId=979577&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-979577
]
ASF GitHub Bot logged work on ARTEMIS-5625:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 19/Aug/25 20:17
Start Date: 19/Aug/25 20:17
Worklog Time Spent: 10m
Work Description: tabish121 opened a new pull request, #5882:
URL: https://github.com/apache/activemq-artemis/pull/5882
Adds support to create federation receivers that carry the filter of the
address binding or bindings that generated the deamnd on the address. This can
reduce traffic across federation links if the bindings filters are sufficiently
paritioning messages across consumers but can be less efficient than the
default conduit subscription if poorly paritioned.
Issue Time Tracking
-------------------
Worklog Id: (was: 979577)
Remaining Estimate: 0h
Time Spent: 10m
> Support AMQP address federation links using filters from the address bindings
> -----------------------------------------------------------------------------
>
> Key: ARTEMIS-5625
> URL: https://issues.apache.org/jira/browse/ARTEMIS-5625
> Project: ActiveMQ Artemis
> Issue Type: New Feature
> Components: AMQP
> Reporter: Timothy A. Bish
> Priority: Minor
> Labels: pull-request-available
> Fix For: 2.43.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The goal of this federation feature implementation is to allow consumption of
> a more limited set of messages from a remote address by applying filters for
> local address consumers and routing the resulting messages directly to them
> as opposed to the default behavior which creates a single conduit address
> consumer. The possible down side here is that if the filters being used
> aren't fine grained enough that consumers with differing filters might still
> have overlaps in the messages they receive which would then produce more
> message traffic across the federation than would be generated if using the
> standard conduit consumer pattern (this can also happen if filtered and
> non-filtered consumers are mixed on the local address).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact