You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.
Hi Matteo! I am currently running RabbitMQ and Mosca on my local machine along with a few MQTT clients.
The MQTT clients connect to mosca just fine and are able to publish/subscribe messages normally.
However, RabbitMQ does not register any messaging traffic at all.
I am getting a feeling that Mosca is by-passing RabbitMQ completely.
ALso, I have disabled the MQTT plugin for RabbitMQ as it was blocking port 1883 for mosca.
RabbitMQ is running fine and at default port 5672 (I checked the status in the Management Page)
Can you please point out what is wrong with my setup?
The text was updated successfully, but these errors were encountered:
How do you 'get the feeling'? RabbitMQ has really no feelings, it's not a real rabbit, and messages are passing or not.
The easiest way to verify that, is starting up two mosca instances with the same `pubsubsettings' thing, but on different ports: if the two can communicate (you subscribe to one and publish on the other) everything works fine.
Hehehe...thanks for clarifying things for me! I was almost about to pass it some carrots as arguments while starting it. 😄
I tried the verification method you told above, but I am not able to communicate across different instances of Mosca. (Running on ports 1883, 1884). Individually each instance of Mosca is able to send and recieve messages.
I retried after creating a topic exchange named 'ascolatore5672' on RabbitMQ but that didn't help either.
I request you to please help me with this problem.
Hi Matteo! I am currently running RabbitMQ and Mosca on my local machine along with a few MQTT clients.
The MQTT clients connect to mosca just fine and are able to publish/subscribe messages normally.
However, RabbitMQ does not register any messaging traffic at all.
I am getting a feeling that Mosca is by-passing RabbitMQ completely.
My config file is as follows:
and I am running mosca from the CLI as follows:
ALso, I have disabled the MQTT plugin for RabbitMQ as it was blocking port 1883 for mosca.
RabbitMQ is running fine and at default port 5672 (I checked the status in the Management Page)
Can you please point out what is wrong with my setup?
The text was updated successfully, but these errors were encountered: