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