-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmqtt.json
More file actions
49 lines (49 loc) · 1.08 KB
/
mqtt.json
File metadata and controls
49 lines (49 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"mqtt" : [ {
"host" : "0.0.0.0",
"port" : 1883,
"maxMessageSize" : 65535,
"connectTimeout" : 3,
"wiretap" : false,
"ssl" : null,
"useWebsocket" : false,
"websocketPath" : "/mqtt",
"proxy" : false,
"maxQosLevel" : 2,
"supportWildcardSubscribe" : true,
"supportShareSubscribe" : true,
"retrySize" : 10,
"retryInterval" : 2000
}, {
"host" : "0.0.0.0",
"port" : 8083,
"maxMessageSize" : 65535,
"connectTimeout" : 3,
"wiretap" : false,
"ssl" : null,
"useWebsocket" : true,
"websocketPath" : "/mqtt",
"proxy" : false,
"maxQosLevel" : 2,
"supportWildcardSubscribe" : true,
"supportShareSubscribe" : true,
"retrySize" : 10,
"retryInterval" : 2000
} ],
"http" : {
"port" : 8080,
"accessLog" : false,
"ssl" : null
},
"system" : {
"shareStrategy" : "RANDOM",
"maxSessionMessageSize" : 1000,
"maxRetainMessageSize" : 1000,
"maxRetainExpiryInterval" : 604800,
"unConfirmFlightWindowSize" : 100
},
"log" : {
"level" : "INFO",
"persisted" : false
}
}