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`.