[
https://issues.apache.org/jira/browse/ARTEMIS-4658?focusedWorklogId=907375&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-907375
]
ASF GitHub Bot logged work on ARTEMIS-4658:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 28/Feb/24 16:06
Start Date: 28/Feb/24 16:06
Worklog Time Spent: 10m
Work Description: tabish121 opened a new pull request, #4834:
URL: https://github.com/apache/activemq-artemis/pull/4834
When federation is configured in two directions between nodes for an address
the message can reflect from one node to another if max hops is not set or not
set correctly and in some federation topologies the max hops value can't solve
the issue and still result in a working configuration. This reflection should
be prevented at the federation consumer level for address consumers.
Issue Time Tracking
-------------------
Worklog Id: (was: 907375)
Remaining Estimate: 0h
Time Spent: 10m
> AMQP Federation should prevent reflection of multicast messages between nodes
> -----------------------------------------------------------------------------
>
> Key: ARTEMIS-4658
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4658
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Components: AMQP
> Affects Versions: 2.32.0
> Reporter: Timothy A. Bish
> Assignee: Timothy A. Bish
> Priority: Major
> Fix For: 2.33.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> When using a topology where brokers are dual federating messages for
> addresses the federation producers and consumers should prevent reflection
> between the two nodes. This allows for more complex configuration where the
> max hops value is insufficient to prevent duplicates and cases of infinite
> reflection if the user forgets to configure max hops.
> Such a case would be a hub and spoke type setup where the producers and
> consumers are on each of the spokes and the hub is the way point, here the
> max hops needs to be set to '2' but this allows for a reflection from the hub
> back to the sending spoke.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)