<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>MQTT on Hi Work Notes</title><link>/mqtt/</link><description>Recent content in MQTT on Hi Work Notes</description><generator>Hugo</generator><language>zh-CN</language><copyright>Hi Work Notes 2026</copyright><lastBuildDate>Tue, 10 Mar 2026 15:55:34 +0800</lastBuildDate><atom:link href="/mqtt/index.xml" rel="self" type="application/rss+xml"/><item><title>RabbitMQ Management</title><link>/mqtt/rabbitmq-management-mqtt/</link><pubDate>Tue, 10 Mar 2026 15:55:34 +0800</pubDate><guid>/mqtt/rabbitmq-management-mqtt/</guid><description>&lt;pre tabindex="0"&gt;&lt;code&gt;rabbitmq-plugins enable rabbitmq_management
&lt;/code&gt;&lt;/pre&gt;&lt;pre tabindex="0"&gt;&lt;code&gt;Default User：guest/guest
Add User：test/test
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;a href="http://192.168.0.202:15672"&gt;http://192.168.0.202:15672&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://mqtt.test:15672"&gt;http://mqtt.test:15672&lt;/a&gt;&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;rabbitmq-plugins enable rabbitmq_mqtt
rabbitmq-plugins disable rabbitmq_mqtt
rabbitmq-plugins enable rabbitmq_web_mqtt
rabbitmq-plugins disable rabbitmq_web_mqtt
rabbitmq-plugins enable_feature_flag all
rabbitmq-plugins disable_feature_flag all
&lt;/code&gt;&lt;/pre&gt;&lt;pre tabindex="0"&gt;&lt;code&gt;rabbitmq-plugins enable rabbitmq_auth_backend_http
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;修改 rabbitmq.conf 配置文件，位置 %AppData%\RabbitMQ&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;auth_backends.1 = http
auth_http.http_method = post
auth_http.user_path = http://some-server/api/RabbitMqAuth/User
auth_http.vhost_path = http://some-server/api/RabbitMqAuth/Vhost
auth_http.resource_path = http://some-server/api/RabbitMqAuth/Resource
auth_http.topic_path = http://some-server/api/RabbitMqAuth/Topic
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;a href="https://github.com/rabbitmq/rabbitmq-server/tree/main/deps/rabbitmq_auth_backend_http"&gt;RabbitMQ server to perform authentication&lt;/a&gt;&lt;/p&gt;</description></item></channel></rss>