Unanswered question

How do I clear a shared queue variable?

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.

sean F.
sean F.

sean F.

Level
0
13 / 100
points

Answers

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

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...