🎄 Happy Holidays! 🥳

Most of Solace is closed December 24–January 1 so our employees can spend time with their families. We will re-open Thursday, January 2, 2024. Please expect slower response times during this period and open a support ticket for anything needing immediate assistance.

Happy Holidays!

Please note: most of Solace is closed December 25–January 2, and will re-open Tuesday, January 3, 2023.

JMeter Config to publish or subscribe via JMS Producer or Receiver

Robert
Robert Member Posts: 58 ✭✭
edited July 2023 in Connectors & Integrations #1

We currently would like to use JMeter which comes along with JMS Producer and Receiver but i can't get it working.

Can anyone in Solace instruct where to place the VPN ?

In code samples: #85972: JAVA API (solace.messaging) Library does not support SenderTimestamp i see that one way is to use the VPN behind user:

user@vpn

But this does not work.

Any screenshot or hint is highly appreciated.



Answers

  • Vidya
    Vidya Member, Employee Posts: 1 Solace Employee

    Run jmeter with property as below
    ./jmeter -DSolace_JMS_VPN={vpn-name}

    We need to pass Solace_JMS_VPN to jmeter. The only way to pass this information is via cmd-line. There is no way (AFAIK) to input this from meter UI