Forum Discussion
nmrao
12 years agoChampion Level 3
Saw below thread
http://activemq.2283324.n4.nabble.com/c ... 58174.html
You may try below by setting CorrelationID, ClientID in Jms Headers of your test request
a. introduce a groovy script before TestRequest Step with the following code
b. add ${#TestCase#CLIENTID} for CorrelationID, ClientID
And see if that helps.
http://activemq.2283324.n4.nabble.com/c ... 58174.html
You may try below by setting CorrelationID, ClientID in Jms Headers of your test request
a. introduce a groovy script before TestRequest Step with the following code
testRunner.testCase.setPropertyValue('CLIENTID',java.util.UUID.randomUUID() as String)
b. add ${#TestCase#CLIENTID} for CorrelationID, ClientID
And see if that helps.
Related Content
Recent Discussions
- 15 years ago