MQTT_BROKER_HOST

For LSF resource connector. If you do not use the MQTT message broker daemon (mosquitto) that is provided with LSF, specifies the host name that mosquitto runs on. The MQTT message broker receives provider host information from ebrokerd and publishes that information for the bhosts -rc and bhosts -rconly command options to display.

Syntax

MQTT_BROKER_HOST=host_name

Description

If you use an existing MQTT message broker, use the MQTT_BROKER_HOST parameter to specify the host that runs the mosquitto daemon. You can also optionally specify a port for the MQTT broker with the MQTT_BROKER_PORT parameter.

After configuring this parameter, run badmin mbdrestart on the management host to restart ebrokerd.

Example

MQTT_BROKER_HOST=hosta

Default

Not defined.

See also

  • EBROKERD_HOST_CLEAN_DELAY
  • LSF_MQ_BROKER_HOSTS
  • MQTT_BROKER_PORT
  • bhosts -rc and bhosts -rconly