rabbitmq / rabbitmq-web-mqtt

Provides support for MQTT over WebSockets
Other
55 stars 16 forks source link

Add ability to disable non-TLS listeners when TLS is enabled #31

Closed weeco closed 5 years ago

weeco commented 6 years ago

I am using the MQTT plugin and I'd like to disable the listener for MQTT (websockets) without SSL:

    mqtt.listeners.tcp.default = 1883
    mqtt.listeners.ssl.default = 8883
    web_mqtt.tcp.port = 1889
    web_mqtt.ssl.port = 4978

When I use none instead of 1883 the bootup fails with a parse error (expected an int). How can I disable the TCP default and websocket default listeners?

michaelklishin commented 6 years ago

This plugin's config schema doesn't support disabling listeners like RabbitMQ core does.

lukebakken commented 5 years ago

Also see: