Can MQTT Client Credentials be created on the fly?

Hello, I’m making a POC with Java/Spring as a “queue manager”. Can this application create new client credentials through an API in HiveMQ and provide access to a limited set of topics for these client accounts?
Thanks
Frank

Hi @frank,

I am wondering what you are referring to with “this application”.
Can you let me know?

Thanks,
Florian

this application = our “queue manager”.

when a new customer gets registered, we would like to configure HiveMQ with new credentials for this customer which only allows it to read from certain topic(s) and can only write to other specific topic(s).