Unanswered question

Is it possible to add a JMSdelay-parameter to a JMS send message (queue)?

Is it possible to add a JMSdelay-parameter to a JMS send message (queue)? Because my message is instantly consumed by the connected application on the offramp queue, before having the possibility to read this message and compare with the expected result.
Does Neoload (5.5.2) provide a solution for this?

Marjolein C.
Marjolein C.

Marjolein C.

Level
0
11 / 100
points

Answers

christophe M.
christophe M.

christophe M.

Level
4
5000 / 5000
points
Team

Dear Marjolein, unfortunately adding a JMS 2.0 delivery delay is not supported.

To better understand the need, why do you need to read the message and compare with expected result?

Marjolein C.
Marjolein C.

Marjolein C.

Level
0
11 / 100
points

@Christophe: our goal is to create a regression set to test JMS messages related to a service bus migration. So, it's a more functional approach than only performance/load testing in the first place, but that was also a possibility by re-using those testcases.

But unfortunately, this tool will not be able to perform such testcases because the expected result is an important part of the test.