paho.mqtt.python
paho.mqtt.python copied to clipboard
Does paho support $share/group/ features
Hello,
I'd like to use the $share features with rabbitmq broker.
I've tried with the standard format $share/my_group/my_topic/# but when I publish a message to my_topic/ my client does not receive the message.
Thus I'm not sure either rabbitmq or paho mqtt supports it.
It seems rabbitmq-mqtt does not yet support mqttv5 https://github.com/rabbitmq/rabbitmq-mqtt/issues/194
Shared subscriptions is a property of the broker not the client
Closing this due to inactivity and the fact that an answer has been provided.