I have previously used JMeter to load test web applications. My current application is a little but different to a normal web application. It is more of processing and routing application.
Essentially it takes a HTTP request payload does some transformation and then puts the transformed message onto a JMS queue. Then another piece of the application will take this message and send it out from the application via a HTTP request. What I am attempting to do is one of the following test the response from the first HTTP response (I have that already) and then verify the second HTTP Request coming from the machine is correct. >From what I have read of the JMeter documentation and also googling I can not see a way to configure JMeter to do this. Plus I am a little confused on how to tie the inbound request to the outbound request. Is this possible with JMeter? Would/Should I attempt to do this JMeter? Is there a better way?
