This custom property allows MQTT Distributor to config the maxOutboundQueueSize.
Feature is supported in MQTT Distributor module 4.0.21 or greater

Usage

  1. On MQTT Distributor 'General' configuration tab, under the Advanced section, set 'Custom Properties' to be the following string: { "maxOutboundQueueSize" : xxxxx } where xxxxx is the queue size required.
  • You can confirm the setting has been configured in the Ignition logs by looking for this message from the com.cirruslink.chariot.server logger
    • Server 08Jan2024 14:37:41 maxOutboundQueueSize: 32768


  • No labels