Skip to content

Commit d40d1cb

Browse files
rabbitmq.conf.example: add two new recently added stream settings
(cherry picked from commit 15a09cde9196e2b94805060da9ee38c9cfb65ffd)
1 parent 0de5ae5 commit d40d1cb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

deps/rabbit/docs/rabbitmq.conf.example

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,11 @@
512512
# stream.replication.port_range.min = 5000
513513
# stream.replication.port_range.max = 10000
514514

515+
## IP address family used by stream replication listeners.
516+
## Supported values are: inet (IPv4), inet6 (IPv6), ipv4, ipv6.
517+
##
518+
# stream.replication.address_family = inet6
519+
515520
## Advertised hostname and port for stream clients. Use when RabbitMQ
516521
## is behind a load balancer or in a container environment.
517522
##
@@ -525,6 +530,11 @@
525530
# stream.advertised_tls_host = localhost
526531
# stream.advertised_tls_port = 5553
527532

533+
## Allows for using a custom data directory for streams, for example,
534+
## a dedicated volume with particularly fast storage.
535+
##
536+
# stream.data_dir = /data/rabbitmq/streams
537+
528538
##
529539
## Resource Limits & Flow Control
530540
##

0 commit comments

Comments
 (0)