Replies: 1 comment
-
|
Hi @MacherelR, Could you please try to subscribe with some other MQTT (e.g., https://mqttx.app/docs/cli/downloading-and-installation) client and check if it can receive the published message? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,

I've deployed an EMQX cluster with the auth JWT plugin. Everything seems to work well as my client programm (written in python using paho.mqtt library) is able to connect to the broker and subscribe to a wildcard topic (in my case: E01/COMMANDS/#). Now the problem I'm facing is that whenever I publish a message on i.e E01/COMMANDS/REGISTER, the message is correctly received by the broker (see figure)
But those messages are never consumed by the client and therefore commands not treated... I was wondering whether anyone has faced this problem?
My subscription is handled the following way:
And the subscription is set in on_connect callback as following:
Where COMMAND_TOPIC is 'E01/COMMANDS/#'
Beta Was this translation helpful? Give feedback.
All reactions