tuanhiep / mqttjmeter

This is the plugin for Jmeter to Test MQTT protocol
Apache License 2.0
86 stars 56 forks source link

Using parameters within a publisher #5

Open nivsto opened 10 years ago

nivsto commented 10 years ago

Hi, i'm using the mqtt-jmeter plugin in order to perform stress tests, but can't access a user parameters which i defined in a pre-processor. do you have any idea why could it happen?

i'm using the publisher as described in the following process: -- loop account ---- define account (pre-processor) ---- loop user ------ define user (pre-processor) ------ mqtt publisher (the topic is based on the account & user, the message also contains the account & user)

lucamassarelli commented 9 years ago

Hi, I'm experiencing the same problem! Someone could help us?