How to add a TransactionManager to a JMeter test?
I'm attempting to replicate the production load against various JMS broker configurations with JMeter (or Gatling).
The production app that I want to simulate uses both JMS persistence and a JMS TransactionManager (org.springframework.jms.connection.JmsTransactionManager).
JMeter has a simple tickbox for persistence, but I cannot find how to inject a TransactionManager.
It is a common statement in JMS broker documentation that transactions have negligible impact on JMS, however a) I need to provide evidence and not just unverified statements, and b) the statements appear to relate to performance whilst I am very interested in the impact on IOPS and disk usage.
I don't believe that JMeter "Transaction Controller" is relevant for my purposes.
If I have not provided some information that you think is important, then please assume that I don't realise why it is important.