Lines Matching full:will

32 # to false) that has disconnected will use the ACL settings defined for the
43 # are disconnected. If set to true, clients will be allocated a client id by
57 # default, the source of a retained message will be checked for access rights
58 # before it is republished. When set to false, no check will be made and the
59 # retained message will always be published. This affects all listeners.
62 # QoS 1 and 2 messages will be allowed inflight per client until this limit
71 # maximum. Setting to 1 will guarantee in-order delivery of QoS 1
76 # keepalive" value that will override the keepalive value set by the client.
77 # This is intended to be used as a mechanism to say that the server will
81 # value, otherwise they will be sent a server keepalive telling them to use
86 # checks are made and the client will never be disconnected by the broker if no
92 # specifies a keepalive time greater than max_keepalive they will be sent a
98 # size" value that will instruct the client it will not accept MQTT packets
100 # packet, not just the payload. Setting this option to a positive value will
102 # packet which is larger than this value, it will be disconnected. This applies
104 # and earlier clients will of course not have received the maximum packet size
110 # QoS 1 and 2 messages above those currently in-flight will be queued per
113 # If both max_queued_messages and max_queued_bytes are specified, packets will
118 # specified here will be disconnected.
128 # This option sets the maximum number of heap memory bytes that the broker will
130 # requests that exceed this value will be denied. The effect will vary
132 # then the message will be dropped and the publishing client will be
134 # message will be dropped and the receiving client will be disconnected.
138 # This option sets the maximum publish payload size that the broker will allow.
139 # Received messages that exceed this size will not be accepted by the broker.
181 # message with the retain bit set, it will be disconnected if this is set to
197 # messages sent to a subscriber will always match the QoS of its subscription.
205 # then it will drop privileges to the "nobody" user instead.
218 # then the default listener will not be started.
221 # this case, mosquitto will attempt to bind the listener to that
223 # interface. By default, mosquitto will listen on all interfaces.
236 # By default, a listener will attempt to listen on all supported IP protocol
239 # that due to the limitations of the websockets library, it will only ever
240 # attempt to open IPv6 sockets if IPv6 support is compiled in, and so will fail
253 # bind_interface option will take priority.
262 # connections will be possible.
276 # happens internally to the broker; the client will not see the prefix.
289 # If a client connects with no username it will be disconnected as not
300 # unset, or set to 0, then the default of 1024 bytes will be used.
345 # By default an TLS enabled listener will operate in a similar fashion to a
347 # and the client will verify that it is a trusted certificate. The overall aim
355 # Certificate Authority certificates that will be considered trusted when
358 # capath defines a directory that will be searched for files
368 # true, the password_file option will not be used for this listener.
390 # When using PSK, the encryption ciphers used will be chosen from the list of
398 # as its username. Authentication will be carried out using the PSK rather than
399 # the MQTT username/password and so password_file will not be used for this
410 # database will only be written when mosquitto exits. See also
416 # If true, mosquitto will count the number of subscription changes, retained
418 # autosave_interval then the in-memory database will be saved to disk.
419 # If false, mosquitto will save the in-memory database to disk by treating
461 # logged to, e.g. "log_dest file /var/log/mosquitto.log". The file will be
468 # Note that if the broker is running as a Windows service it will default to
485 # If set to true, client connection and disconnection messages will be included
489 # If using syslog logging (not on Windows), messages will be logged to the
500 # This is a free text string which will be passed to the strftime function. To
518 # clientid will be allowed to connect to the broker. By default,
549 # password_file, the plugin check will be made first.
557 # If an plugin is used as well, the plugin check will be made first.
561 # file. If this parameter is defined then only the topics listed will
611 # If an plugin is used as well as acl_file, the plugin check will be
624 # plugins. The plugins will be processed in the order that they are specified
626 # password_file or acl_file then the plugin checks will be made first.
628 # If the per_listener_settings option is false, the plugin will be apply to all
629 # listeners. If per_listener_settings is true, then the plugin will apply to
633 # and will be removed in the future.
639 # using the format plugin_opt_* will be passed to the plugin, for example:
642 # and will be removed in the future.
666 # The direction that the topic will be shared can be chosen by
698 # that changing a topic direction from "in" to "out" will not keep receiving
700 # desirable, setting bridge_attempt_unsubscribe to false will disable sending
710 # messages and subscriptions will be cleaned up on the remote
719 # it will be stopped. Defaults to 60 seconds.
737 # This uses the last will and testament feature.
764 # Set the amount of time a bridge using the automatic start type will wait
784 # the connection fails, the other secondary addresses will be attempted in
785 # turn. Whilst connected to a secondary bridge, the bridge will periodically
788 # connection fails, the next address will be tried and if successful will
797 # will be started automatically when the broker starts and also restarted
800 # Bridges using the "lazy" start type will be started automatically when the
802 # parameter. It will be stopped automatically after the time set by the
806 # A bridge using the "once" start type will be started automatically when the
807 # broker starts but will not be restarted if the connection fails.
815 # If try_private is set to true, the bridge will attempt to indicate to the
817 # means that loop detection will be more effective and that retained messages
818 # will be propagated correctly. Not all brokers support this feature so it may
827 # bridge_outgoing_retain option to false. This will remove the retain bit on
835 # In this case, the smaller of the two limits will be used.
848 # bridge_capath defines a directory that will be searched for files containing
894 # include_dir option. This defines a directory that will be searched
895 # for config files. All files that end in '.conf' will be loaded as
897 # in the main file. This option will only be processed from the main
900 # Files within include_dir will be loaded sorted in case-sensitive
902 # given multiple times, all of the files from the first instance will be