|
5 | 5 | mqtt.allow_anonymous = true |
6 | 6 | mqtt.vhost = / |
7 | 7 | mqtt.exchange = amq.topic |
8 | | - mqtt.max_session_expiry_interval_secs = 1800 |
| 8 | + mqtt.max_session_expiry_interval_seconds = 86400 |
9 | 9 | mqtt.prefetch = 10 |
10 | 10 | mqtt.sparkplug = true |
11 | 11 | mqtt.listeners.ssl = none |
|
25 | 25 | {allow_anonymous,true}, |
26 | 26 | {vhost,<<"/">>}, |
27 | 27 | {exchange,<<"amq.topic">>}, |
28 | | - {max_session_expiry_interval_secs,1800}, |
| 28 | + {max_session_expiry_interval_seconds,86400}, |
29 | 29 | {prefetch,10}, |
30 | 30 | {sparkplug,true}, |
31 | 31 | {ssl_listeners,[]}, |
|
106 | 106 | mqtt.allow_anonymous = true |
107 | 107 | mqtt.vhost = / |
108 | 108 | mqtt.exchange = amq.topic |
109 | | - mqtt.max_session_expiry_interval_secs = infinity |
| 109 | + mqtt.max_session_expiry_interval_seconds = infinity |
110 | 110 | mqtt.prefetch = 10 |
111 | 111 | mqtt.proxy_protocol = true", |
112 | 112 | [{rabbit,[{tcp_listeners,[5672]}]}, |
|
116 | 116 | {allow_anonymous,true}, |
117 | 117 | {vhost,<<"/">>}, |
118 | 118 | {exchange,<<"amq.topic">>}, |
119 | | - {max_session_expiry_interval_secs,infinity}, |
| 119 | + {max_session_expiry_interval_seconds,infinity}, |
120 | 120 | {prefetch,10}, |
121 | 121 | {proxy_protocol,true}]}], |
122 | 122 | [rabbitmq_mqtt]}, |
|
126 | 126 | mqtt.allow_anonymous = true |
127 | 127 | mqtt.vhost = / |
128 | 128 | mqtt.exchange = amq.topic |
129 | | - mqtt.max_session_expiry_interval_secs = 1800 |
| 129 | + mqtt.max_session_expiry_interval_seconds = 1800 |
130 | 130 | mqtt.prefetch = 10 |
131 | 131 | ## use DETS (disk-based) store for retained messages |
132 | 132 | mqtt.retained_message_store = rabbit_mqtt_retained_msg_store_dets |
|
141 | 141 | {allow_anonymous,true}, |
142 | 142 | {vhost,<<"/">>}, |
143 | 143 | {exchange,<<"amq.topic">>}, |
144 | | - {max_session_expiry_interval_secs,1800}, |
| 144 | + {max_session_expiry_interval_seconds,1800}, |
145 | 145 | {prefetch,10}, |
146 | 146 | {retained_message_store,rabbit_mqtt_retained_msg_store_dets}, |
147 | 147 | {retained_message_store_dets_sync_interval,2000}, |
|
0 commit comments