Skip to content

Instantly share code, notes, and snippets.

@rfaita
Last active July 23, 2020 18:12
Show Gist options
  • Save rfaita/ed4dc0db3a4af79ad2fbd4bfa8310b47 to your computer and use it in GitHub Desktop.
Save rfaita/ed4dc0db3a4af79ad2fbd4bfa8310b47 to your computer and use it in GitHub Desktop.
How to configure RabbitMQ MQTT plugin
FROM rabbitmq:management
RUN rabbitmq-plugins enable --offline rabbitmq_mqtt
EXPOSE 15671 15672 1883
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment