<div dir="ltr">I have a couple of questions about using the RabbitMQ MQTT adapter (<a href="https://www.rabbitmq.com/mqtt.html">https://www.rabbitmq.com/mqtt.html</a>)<div><br></div><div>1. Where should this config file put, and what would be its name</div>
<div><br></div><div><span style="color:rgb(51,51,51);font-family:'Courier New',Courier,monospace;line-height:18px;white-space:pre;background-color:rgb(238,238,238)">[{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}]}]}
].</span><br></div><div><br></div><div><br></div><div>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?</div>
<div><br></div><div>Thank you,</div></div>