This is an automated email from the ASF dual-hosted git repository. jbertram pushed a commit to branch 2.52.x in repository https://gitbox.apache.org/repos/asf/artemis.git
commit eaa04b298c26d410864ab80b8ca58e741c3549b5 Author: Robbie Gemmell <[email protected]> AuthorDate: Wed Feb 11 12:14:28 2026 +0000 ARTEMIS-5797: include the expanded AMQP federation docs in the PDF --- docs/user-manual/_book.adoc | 3 +++ docs/user-manual/amqp-federation-configuration-glossary.adoc | 2 ++ 2 files changed, 5 insertions(+) diff --git a/docs/user-manual/_book.adoc b/docs/user-manual/_book.adoc index bf048d4c29..523ca09932 100644 --- a/docs/user-manual/_book.adoc +++ b/docs/user-manual/_book.adoc @@ -65,6 +65,9 @@ include::network-isolation.adoc[leveloffset=1] include::restart-sequence.adoc[leveloffset=1] include::activation-tools.adoc[leveloffset=1] include::amqp-broker-connections.adoc[leveloffset=1] +include::amqp-address-federation.adoc[leveloffset=2] +include::amqp-queue-federation.adoc[leveloffset=2] +include::amqp-federation-configuration-glossary.adoc[leveloffset=2] include::lock-coordination.adoc[leveloffset=1] include::federation.adoc[leveloffset=1] include::federation-address.adoc[leveloffset=1] diff --git a/docs/user-manual/amqp-federation-configuration-glossary.adoc b/docs/user-manual/amqp-federation-configuration-glossary.adoc index d7b4835044..3a12309981 100644 --- a/docs/user-manual/amqp-federation-configuration-glossary.adoc +++ b/docs/user-manual/amqp-federation-configuration-glossary.adoc @@ -256,3 +256,5 @@ Certain value can also be set in the broker connection URI when noted if not set | Integer | When a federation queue receiver link has been successfully drained after demand was removed from the federated resource, this value controls how long the link can remain in an attached but idle state before it is closed. This can allow for quicker restoration of federated messages if the demand on a queue is removed and re-added quickly as the link is drained of credit but not immediately closed. | 60s + +|=== --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
