rabbitmq / rabbitmq-mqtt

RabbitMQ MQTT plugin
https://www.rabbitmq.com/mqtt.html
Other
174 stars 67 forks source link

How do I modify the default switch {exchange, <<"amq.topic">> in the MQTT plug-in #212

Closed cruz201405 closed 5 years ago

cruz201405 commented 5 years ago

How do I modify the default switch {exchange, <<"amq.topic">> in the MQTT plug-in .{rabbitmq_mqtt, [{default_user, <<"mqtt-test">>}, {default_pass, <<"mqtt-test">>}, {allow_anonymous, true}, {vhost, <<"/">>}, {exchange, <<"amq.topic">>},

michaelklishin commented 5 years ago

Thank you for your time.

Team RabbitMQ uses GitHub issues for specific actionable items engineers can work on. GitHub issues are not used for questions, investigations, root cause analysis, discussions of potential issues, etc (as defined by this team).

We get at least a dozen of questions through various venues every single day, often light on details. At that rate GitHub issues can very quickly turn into a something impossible to navigate and make sense of even for our team. Because GitHub is a tool our team uses heavily nearly every day, the signal/noise ratio of issues is something we care about a lot.

Please post this to rabbitmq-users.

Thank you.

michaelklishin commented 5 years ago

Perhaps see this configuration example.

cruz201405 commented 5 years ago

也许看到这个配置示例

thank you

ailusa commented 5 years ago

@yueyou16 I meet the same question, how do you fixed it?

michaelklishin commented 5 years ago

See mqtt.exchange in MQTT Plugin Configuration.