[ 
https://issues.apache.org/jira/browse/ARTEMIS-5625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18015198#comment-18015198
 ] 

ASF subversion and git services commented on ARTEMIS-5625:
----------------------------------------------------------

Commit 052bd1636ded743e348a0dcd2e5d3f88fc1de6de in activemq-artemis's branch 
refs/heads/main from Timothy Bish
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=052bd1636d ]

ARTEMIS-5625 Allow address federation to include bindings filters

Adds support to create federation receivers that carry the filter of the
address binding or bindings that generated the demand on the address.
This can reduce traffic across federation links if the bindings filters
are sufficiently partitioning messages across consumers but can be less
efficient than the default conduit subscription if poorly partitioned.


> 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
>            Assignee: Timothy A. Bish
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 2.43.0
>
>          Time Spent: 0.5h
>  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


Reply via email to