Unanswered question

Neoload Custom Actions initialisation?

How can I pass classes (not variables) between initialisation and execution for Custom Actions? For example, suppose I have a particular action on (JMS) queues. I write classes extending Action/ActionEngine to allow queues to be setup (Init section). In here I end up with, for example, a Session/Destination/Connection instance. Now I wish to Consume from that queue (Actions section). The Session instances can't be static, so how do I get to the Session (etc.) instance? [Same goes for End section too.]

Chris P.
Chris P.

Chris P.

Level
0
15 / 100
points

No answers