-1

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.

User0908
  • 3
  • 2
  • It's worth noting that ActiveMQ Artemis actually ships with it own set of [performance tools](https://activemq.apache.org/components/artemis/documentation/latest/perf-tools.html). – Justin Bertram Feb 07 '23 at 16:20

1 Answers1

0

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

Dmitri T
  • 159,985
  • 5
  • 83
  • 133