thomassorensen2650 / node-red-contrib-mqtt-sparkplug-plus

A node that makes it simple to implement MQTT Sparkplug in Node-Red
23 stars 7 forks source link

Does this node support "Shared Subscriptions" with hivemq? #20

Closed avgas3 closed 1 year ago

avgas3 commented 1 year ago

If I set up an MQTT In node with the topic "$share/myshare/spBv1.0/+/DBIRTH/+/+", I get messages for each publish.

If i do the same with the Sparkplug In node, I do not.

Is this intended? Can this be changed? I would love to be able to leverage multiple node red instances to load balance.

thomassorensen2650 commented 1 year ago

When you use the MQTT In node, do you select MQTT5 Protocol for the broker connection?