mqtt.listeners.tcp.default = 1883 ## Default MQTT with TLS port is 8883 # mqtt.listeners.ssl.default = 8883 # anonymous connections, if allowed, will use the default # credentials specified here mqtt.allow_anonymous = true mqtt.default_user = guest mqtt.default_pass = guest mqtt.vhost = / mqtt.exchange = amq.topic # 24 hours by default mqtt.subscription_ttl = 86400000 mqtt.prefetch = 10
but server cannot run .
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/6f9b20f3-7d30-4b86-be6f-5dfb94f070a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
mqtt.listeners.tcp.default = 1883 ## Default MQTT with TLS port is 8883 # mqtt.listeners.ssl.default = 8883 # anonymous connections, if allowed, will use the default # credentials specified here mqtt.allow_anonymous = true mqtt.default_user = guest mqtt.default_pass = guest mqtt.vhost = / mqtt.exchange = amq.topic # 24 hours by default mqtt.subscription_ttl = 86400000 mqtt.prefetch = 10
3. mosquitto publish a messsage and see if rabbitMQ recevice .
mosquitto_pub -t topic -m "Hello MQTT"
In fact it cannot work , in the http://192.168.18.82:15672/#/queues or http://192.168.18.82:15672/#/ I cannot see anything . I don't know which step I do wrong or is there anything I
I'm missing .
Thanks , it works. But I also cannot receive mosquito mqtt message . Can you help ? Here is my operation :1. Modify mosquitto.conf , add below message and restart mosquito mqtt :
connection main
address 192.168.18.82
bridge_attempt_unsubscribe false
bridge_protocol_version mqttv311
bridge_insecure true
log_type debug
topic public out2. add below configure message in rabbitmq.conf and restart rabbitMQ
mqtt.listeners.tcp.default = 1883 ## Default MQTT with TLS port is 8883 # mqtt.listeners.ssl.default = 8883 # anonymous connections, if allowed, will use the default # credentials specified here mqtt.allow_anonymous = true mqtt.default_user = guest mqtt.default_pass = guest mqtt.vhost = / mqtt.exchange = amq.topic # 24 hours by default mqtt.subscription_ttl = 86400000 mqtt.prefetch = 10
3. mosquitto publish a messsage and see if rabbitMQ recevice .
mosquitto_pub -t topic -m "Hello MQTT"
In fact it cannot work , in the http://192.168.18.82:15672/#/queues or http://192.168.18.82:15672/#/ I cannot see anything . I don't know which step I do wrong or is there anything I
I'm missing .
在 2019年7月2日星期二 UTC+8下午12:01:21,yong写道:
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/31f49635-b4bc-40d6-a1b0-2a36df72b8d4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
log.file.level = debug
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitm...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/31f49635-b4bc-40d6-a1b0-2a36df72b8d4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/7c896a52-f8b5-4ffd-ab46-904bf1078d0a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/CAGcLz6UKt-68uOLfjhbxrgE2dyNfsRY_5bV_D0ynO%3DzvxwR4Lg%40mail.gmail.com.