mirror of
https://github.com/absmach/magistrala.git
synced 2026-06-23 04:10:28 +00:00
MG-3509 - Add FluxMQ m stream queue to fix messages not appearing in web UI (#3518)
Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
This commit is contained in:
@@ -118,6 +118,13 @@ queues:
|
||||
retention:
|
||||
max_age: 24h
|
||||
max_length_bytes: 1073741824
|
||||
- name: "m"
|
||||
topics:
|
||||
- "m/#"
|
||||
type: "stream"
|
||||
retention:
|
||||
max_age: 24h
|
||||
max_length_bytes: 1073741824
|
||||
|
||||
auth:
|
||||
url: "http://fluxmq-auth:7016"
|
||||
|
||||
@@ -115,6 +115,13 @@ queues:
|
||||
retention:
|
||||
max_age: 24h
|
||||
max_length_bytes: 1073741824
|
||||
- name: "m"
|
||||
topics:
|
||||
- "m/#"
|
||||
type: "stream"
|
||||
retention:
|
||||
max_age: 24h
|
||||
max_length_bytes: 1073741824
|
||||
|
||||
auth:
|
||||
url: "http://fluxmq-auth:7016"
|
||||
|
||||
@@ -115,6 +115,13 @@ queues:
|
||||
retention:
|
||||
max_age: 24h
|
||||
max_length_bytes: 1073741824
|
||||
- name: "m"
|
||||
topics:
|
||||
- "m/#"
|
||||
type: "stream"
|
||||
retention:
|
||||
max_age: 24h
|
||||
max_length_bytes: 1073741824
|
||||
|
||||
auth:
|
||||
url: "http://fluxmq-auth:7016"
|
||||
|
||||
Reference in New Issue
Block a user