Thank you Deepak for the response and working solution. This solution worked when I used it on the same day after posting this question. And then I did not know how to delete or revert my post. And I even don't know where I could go to delete the post.
Thank you very much again! On Mon, Oct 21, 2019 at 9:45 AM Deepak Shetty <[email protected]> wrote: > 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] >
