We are working on a scenario where one user path will populate a shared queue to be used later by a different user path. Is there a way for the "producer" user path to initialize to empty a shared queue which uses a swap file? I thought about trying a variable modifier with a reset but wanted to ask first.
I'd say you would need to do it via JS and get the queue size, and get all the items off the list in a loop
https://www.neotys.com/documents/doc/neoload/latest/en/ht...