Add writers and alarms to the config

Signed-off-by: dusan <borovcanindusan1@gmail.com>
This commit is contained in:
dusan
2026-04-01 15:53:05 +02:00
parent ef5c253c51
commit 351b25cd85
3 changed files with 42 additions and 0 deletions
+14
View File
@@ -104,6 +104,20 @@ queues:
retention:
max_age: 168h
max_length_bytes: 1073741824
- name: "writers"
topics:
- "$queue/writers/#"
type: "stream"
retention:
max_age: 24h
max_length_bytes: 1073741824
- name: "alarms"
topics:
- "$queue/alarms/#"
type: "stream"
retention:
max_age: 24h
max_length_bytes: 1073741824
auth:
url: "http://fluxmq-auth:7016"
+14
View File
@@ -101,6 +101,20 @@ queues:
retention:
max_age: 168h
max_length_bytes: 1073741824
- name: "writers"
topics:
- "$queue/writers/#"
type: "stream"
retention:
max_age: 24h
max_length_bytes: 1073741824
- name: "alarms"
topics:
- "$queue/alarms/#"
type: "stream"
retention:
max_age: 24h
max_length_bytes: 1073741824
auth:
url: "http://fluxmq-auth:7016"
+14
View File
@@ -101,6 +101,20 @@ queues:
retention:
max_age: 168h
max_length_bytes: 1073741824
- name: "writers"
topics:
- "$queue/writers/#"
type: "stream"
retention:
max_age: 24h
max_length_bytes: 1073741824
- name: "alarms"
topics:
- "$queue/alarms/#"
type: "stream"
retention:
max_age: 24h
max_length_bytes: 1073741824
auth:
url: "http://fluxmq-auth:7016"