We have a scenario where LR JAVA MQ Script needs to capture 2 responses for one request, 1st is ACK while 2nd is response from same queue..I am familiar with regular JAVA MQ Script where we capture one response for one request, however facing issues with this particular scenario. Can you please advise on how can we enhance our existing script in order to capture both response one by one sequentially.
Thanks in Advance
Think about what your MQ client is doing. There are several possibilities:
Once you clarify which of the three possibilities (of which admittedly there may be more) then you will understand how to structure your virtual user to represent the client behavior to reproduce this series of data flows.
Grab a protocol analyzer, or perhaps even record your client with a Windows Sockets virtual user and examine the data.ws sockets flows, as part of your analyis