From 32b8df47547bfec1f82417c099aef88580c53740 Mon Sep 17 00:00:00 2001 From: Dennis Lee Date: Wed, 8 Jul 2026 10:50:31 -0500 Subject: [PATCH] docs(Transfers): Add STOMP client heartbeats configuration_parameters #8653 Issue: rucio#8653 Related PR: rucio#8654 --- docs/operator/configuration_parameters.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/operator/configuration_parameters.mdx b/docs/operator/configuration_parameters.mdx index c528da60cb0..33124258439 100644 --- a/docs/operator/configuration_parameters.mdx +++ b/docs/operator/configuration_parameters.mdx @@ -280,6 +280,10 @@ Rucio will look for the config in the following locations - `use_ssl` is not set. No default. - **voname**: _(Optional)_ The name of the VO to filter received messages. Only messages for this VO will be handled. If this value is not set, the policy name as set by the POLICY environment variable or permission.policy configuration parameter is used. + - **client_send_heartbeat**: _(Optional)_ Integer. ActiveMQ heartbeat period to be sent by the client to the broker + in milliseconds. Does not send heartbeats when set to 0. Default: `0` + - **client_recv_heartbeat**: _(Optional)_ Integer. ActiveMQ heartbeat period to be received from the broker to the client + in milliseconds. Does not receive heartbeats when set to 0. Default: `0` #### **messaging-hermes** - **broker_virtual_host**: _(Optional)_ No default. - **brokers**: Brokers separated by commas. Example: `atlas-test-mb.cern.ch`.