I'm looking for a way to limit user access only to dedicated topics e.g.:
user1 should have access only to user1/# topics, so he can subscribe/publish user1/sensor/1 or user1/conf/mode but not user2/sensor/2 etc.
Analogically user2 should have access only to user2/# with all sub-topics.
I can do it in eMQTT broker by using ACL settings but I can't find similar in RabbitMQ. I already use AMQP in my project so I'd like to avoid installing additional eMQTT broker, especially when RabbitMQ can support MQTT.