Using the MQTT plugin, does anyone know if it is possible to propagate the client id to the AMQP message user_id field?
I have a use case where I need to be able to identify the publisher of an MQTT message. Another possible way to solve this is to limit which topics a publisher can publish to.
Has anyone else come across any similar use cases and solutions?
Thanks in advance.
Leo