0

Hi I want to do Load test for JMS MQ using Citrus frame work integrating with Jmeter for performance test.Is there any document please refer me. Thank You.

2 Answers2

0

Why don't you test your MQ Series directlty with JMeter without using Citrus Framework? JMeter Plugins are available for this use case (Jmeter to connect to IBM MQ).

MatLoub
  • 11
  • 2
-1
  • List item

1.Initially, We have to run JMS loadtest script in jmeter and if it works fine we have to save that Script in .JMX (example:jmsloadtest.jmx)

2.By invoking that .jmx file using java we can execute load test without using Jmeter. for referenceinvoking .jmx file with java

3.Now we can use this class as a function in citrus frame work.for that have follow custom functions in citrus framework document.

Thank you.