I want to use JMeter to send Messages to the well know ActiveMQ Message Broker.
1.) However we use currently various different versions of ActiveMQ in parallel (on different computers): v5.3.0 v5.4 v5.5.1 As far as I know JMeter needs the ActiveMQ libraries in its /lib subdirectory. So do I have to copy ALL libraries activemq-all-5.3.0.jar activemq-all-5.4.0.jar activemq-all-5.5.1.jar into JMeter or is the latest *.jar sufficient (even for older versions of ActiveMQ)? Can the *.jar libs co-exist in JMeter at all? In other words does JMeter automatically recongize the target version of ActiveMQ and take the appropriate corresponding *.jar? 2.) Before running the actual test I want to let JMeter (automatically) check the general accessibility of the ActiveMQ message broker. If it is up and running. Is there somewhere a function in JMeter "check message broker" which takes the BrokerURLs from the JNDI Properties of all active ThreadGroups and check this general availability WITHOUT sending any particular request? Thank you Ben --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
