[rabbitmq-discuss] Rabbitmq <-> MQTT

Roberto Pagliari roberto at canary.is
Tue Jan 21 05:40:11 GMT 2014


I have a couple of questions about using the RabbitMQ MQTT adapter (
https://www.rabbitmq.com/mqtt.html)

1. Where should this config file put, and what would be its name

[{rabbit, [{tcp_listeners, [5672]}]}, {rabbitmq_mqtt, [{default_user,
<<"guest">>}, {default_pass, <<"guest">>}, {allow_anonymous, true}, {vhost,
<<"/">>}, {exchange, <<"amq.topic">>}, {subscription_ttl, 1800000},
{prefetch, 10}, {ssl_listeners, []}, {tcp_listeners, [1883]},
{tcp_listen_options, [binary, {packet, raw}, {reuseaddr, true}, {backlog,
128}, {nodelay, true}]}]} ].


2. Once everything is ready, what should I do? Should I run the MQTT
broker, the Rabbit server and the Rabbit listener on one side, and an MQTT
publisher on the other side?

Thank you,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140121/4b67a73c/attachment.html>


More information about the rabbitmq-discuss mailing list