Unanswered question

Load testing RabbitMQ and my company is not using the Java client. Should I still be trying to ousee the JMS protocol?

I have been tasked with running load tests directly against RabbitMQ. My company is currently developing in C# so we are not using the Java client. Is there a way to directly test against AMQP? This is my fist time testing directly against a MQ component, so I may be a little turned around. Thanks for any direction.

Jeremy S.
Jeremy S.

Jeremy S.

Level
0
40 / 100
points

Answers

Alexis N.
Alexis N.

Alexis N.

Level
2
1255 / 2000
points
Team

There is currently no way to directly test against RabbitMQ. You need to develop your own custom actions and connect, send or receive messages with java client (https://www.rabbitmq.com/java-client.html). You can take a look at what we have done for JMS (http://maven.neotys.com/#nexus-search;quick~jms).

There is another solution but you will have to enable MQTT adapter on your RabbitMQ (https://www.rabbitmq.com/mqtt.html) and use MQTT advanced actions (https://www.neotys.com/support/neotys-labs/mqtt).