Sharing variables between Virtual Users
Variables, may they be constant or dynamic, are an essential part of load testing.
We already learned how to manipulate these values by extracting and re-injecting them inside one Virtual User.
But what if we need to share these values between several Virtual Users ?
In this blog post, I will show you just how to do that, using the MQ technology.
What is AMQP ?
Advanced Message Queuing Protocol (AMPQ) is an open standard protocol that allows messages exchanges between different systems.
In practice, it lets you store values in queues, values that can be retrieved later by simple calls.