Despite its claim of working with 'RabbitMQ or any AMQP message broker' I'd expect that jmeter-amqp-plugin won't actually work with many of them, including Artemis, since it indicates it is based around rabbitmq-client and so is presumably using the AMQP 0-9-1 protocol [with extensions] that RabbitMQ primarily uses. Artemis uses the later AMQP 1.0 protocol standard which is quite different from the earlier 0-x protocols, and as such that client won't be able to connect to it.
On Thu, 4 Apr 2024 at 21:46, William Crowell <wcrow...@perforce.com.invalid> wrote: > > Good afternoon/evening, > > I am looking for tools to performance test Apache Artemis. > > I have used the “artemis perf” performance test tool, but I am looking for a > tool outside of Artemis like Apache JMeter. > > I am aware of the JMeter AMQP Plugin > (https://github.com/aliesbelik/jmeter-amqp-plugin), but I cannot get it to > work with Artemis. I have disabled security in Artemis, but I still get this > strange error: > > 2024-04-04 20:33:33,892 WARN [org.apache.activemq.artemis.core.client] > AMQ212037: Connection failure to /xxx.xxx.xxx.xxx:49390 has been detected: > null [code=REMOTE_DISCONNECT] > > Anyone know of tools out there to performance test Apache Artemis? > > Regards, > > William Crowell > > > > This e-mail may contain information that is privileged or confidential. If > you are not the intended recipient, please delete the e-mail and any > attachments and notify us immediately. >