|
|
|
@ -98,11 +98,11 @@
|
|
|
|
|
#max_queued_bytes 0
|
|
|
|
|
|
|
|
|
|
# The maximum number of QoS 1 and 2 messages to hold in a queue per client
|
|
|
|
|
# above those that are currently in-flight. Defaults to 100. Set
|
|
|
|
|
# above those that are currently in-flight. Defaults to 1000. Set
|
|
|
|
|
# to 0 for no maximum (not recommended).
|
|
|
|
|
# See also queue_qos0_messages.
|
|
|
|
|
# See also max_queued_bytes.
|
|
|
|
|
#max_queued_messages 100
|
|
|
|
|
#max_queued_messages 1000
|
|
|
|
|
#
|
|
|
|
|
# This option sets the maximum number of heap memory bytes that the broker will
|
|
|
|
|
# allocate, and hence sets a hard limit on memory use by the broker. Memory
|
|
|
|
|