We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
js code:
the connection info you can see in activemq
The text was updated successfully, but these errors were encountered:
same issue
browser side
client.subscribe("mqtt/demo2");
PC side
ch.Publish("amq.topic","mqtt/demo2",...)
different topic
Sorry, something went wrong.
This is the same with RabbitMQ. They use the "." as a separator instead of the "/", to be more in line with their AMQP part.
It's not an issue with Paho.
No branches or pull requests
js code:
client.subscribe("fnd_wlw_device_notify_to_customer/p2p/WIFIM_C89346F7A075");
the connection info you can see in activemq
The text was updated successfully, but these errors were encountered: