This is a 'use case' to Load Test our JMS application :

1- Send a JMS TextMessage :
The body will be an xml file loaded from disk.
Generate a unique CorrelationId and set the value to JMSCorrelationId header.
For each type of XML we send, we have to set the proper MsgType into the JMS header field.


2-  Wait for a Response message matching the CorrelationId (via selectors).
3-  Assert that the response is valid by inspecting the body.

To goal is to calculate the elapse time between a send and a response.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to