[
https://issues.apache.org/jira/browse/ARTEMIS-5797?focusedWorklogId=995633&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-995633
]
ASF GitHub Bot logged work on ARTEMIS-5797:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 10/Dec/25 21:32
Start Date: 10/Dec/25 21:32
Worklog Time Spent: 10m
Work Description: jbertram commented on code in PR #6101:
URL: https://github.com/apache/artemis/pull/6101#discussion_r2608283803
##########
docs/user-manual/amqp-address-federation.adoc:
##########
@@ -0,0 +1,136 @@
+= Address Federation
+:idprefix:
+:idseparator: -
+:docinfo: shared
+
+Address federation can be thought of as full multicast over the connected
brokers.
+Every message sent to address on `Broker-1` will be delivered to every queue
bound to that address on that broker, but also will be delivered to the
matching address on `Broker-2`, `Broker-3` ... `Broker-N` and all the queues
bound to that address.
+
+Address federation creates consumers that read messages from the matching
address on the remote peer when demand is detected on a local address that
matches a specific federation address policy. On the remote peer a queue
binding is created on the federated address which will store and forward
messages sent to that address back to the initiating broker. Once a message
arrives at the federation address consumer on the initiating broker it is then
published into the local address which routes the message into each of the
queues bound to that address.
+
+Address federation can be configured to operate in a single direction between
peers or can configured to operate in both directions between peers allowing
message to flow in both directions delivering messages to consumers on either
broker that were sent to the matching address on the opposing broker instance.
+
+image::images/amqp-federation-address-concept.png[]
+
+== Common Address Federation topologies
Review Comment:
Capitalize _topologies_?
Issue Time Tracking
-------------------
Worklog Id: (was: 995633)
Time Spent: 0.5h (was: 20m)
> Add additional documentation for AMQP Federation
> ------------------------------------------------
>
> Key: ARTEMIS-5797
> URL: https://issues.apache.org/jira/browse/ARTEMIS-5797
> Project: Artemis
> Issue Type: Task
> Components: AMQP
> Affects Versions: 2.44.0
> Reporter: Timothy A. Bish
> Assignee: Timothy A. Bish
> Priority: Minor
> Labels: pull-request-available
> Fix For: 2.45.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Expand the broker connection documentation for AMQP federation configuration
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]