Hi Team,
I have a use-case test to pass user-properties for each clients when it connect to broker via swarm engine and currently using hivemqSwarm-4.7.4 version
How to add mqtt5 user properties to scenario.xml or using custom extension in hivemq swarm tool.
Any way to pass user properties from SecurityProvider or PayloadGenerator from custom extensions
One quick follow-up question on the additional arguments.
After reading property from xml like below, how we can pass it to the broker which we want to test use-case.
input.getAdditionalAttributes(“foo”);
I see the method userNamePassword() in output. which is taking username and pwd.
Any other method , using that we can pass additional attributes to broker.
Hi Daria_H,
My ask is how to add user properties to tag itself not
My use-case is like , ex: mosquitto is the broker and it requires more details other than username and passwords to get authenticated.
How can i achieve that using swarm extension.
Unfortunately at the moment HiveMQ Swarm does not have this feature to set userProperties by the user. Unfortunately we cannot provide a solution how to achieve this using Swarm extension.