Hi attachments dont make it to the mailing list - in general if you need to reuse some value that is regenerated then you need to store it the first time into some memory For e.g. if you used https://jmeter.apache.org/usermanual/functions.html#__Random then you would use variable name to store it and use ${variableName} I also sometimes use UserParameters (With the update every iteration) for the same purpose
On Wed, Oct 16, 2019 at 4:31 AM Anil Venkatappagari <[email protected]> wrote: > Hi All, > > I have generated a random number by writing a piece of code in JSR223 > PreProcessor. I am able to pass this into one Sampler of JMS Point to > Point. It's all good until here. > > I have added second Sampler of JMS Point to Point under the 1st one. I > would like to pass on the same random number into these 2 samplers. I tried > as shown in the attachment....but different random numbers are being passed > into these 2 different JMS Point to Point samplers. > > Can someone please help me on this? > > Thank you very much with best regards, > Anil > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected]
