Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/operator/configuration_parameters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down