Search code examples
jmetermessage-queueamqploadrunneractivemq-artemis

Performance Testing ActiveMQ Artemis using AMQP protocol


I need to test ActiveMQ Artemis using AMQP protocol (not JMS or MQTT). I am completely new on testing message queues.

Thanks in advance.

Please assist on how to try this in Jmeter or LoadRunner tool.


Solution

  • For JMeter there is JMeter AMQP Plugin. If it's not sufficient for your needs, i.e. doesn't support SASL and you explicitly need this authentication - you will need to go for JSR223 Sampler and Groovy language or even to create your own JMeter Plugin using client libraries of your AMPQ broker.

    For loadrunner the approach should be more or less the same