paho.mqtt.python icon indicating copy to clipboard operation
paho.mqtt.python copied to clipboard

Does paho support $share/group/ features

Open Jean-PhilippeD opened this issue 5 years ago • 2 comments

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.

Jean-PhilippeD avatar Feb 06 '20 14:02 Jean-PhilippeD

It seems rabbitmq-mqtt does not yet support mqttv5 https://github.com/rabbitmq/rabbitmq-mqtt/issues/194

Jean-PhilippeD avatar Feb 06 '20 15:02 Jean-PhilippeD

Shared subscriptions is a property of the broker not the client

hardillb avatar Nov 28 '21 12:11 hardillb

Closing this due to inactivity and the fact that an answer has been provided.

MattBrittan avatar Jan 07 '24 03:01 MattBrittan