Search code examples
websocketjmeterstomp

How I can get STOMP protocol checkbox option on Websocket sampler


I am not getting the STOMP protocol check box option on web socket sampler.

I have downloaded following jar and placed on /lib/ext

JMeterWebSocketSampler-1.0.2-SNAPSHOT.jar
JMeterWebSocketSamplers-1.2.1.jar
jetty-http.jar
jetty-io.jar
jetty-util.jar
websocket-api.jar
websocket-client.jar
websocket-common.jar

I have seen some forum STOMP protocol option is there screenshot attached, but for me option is not available.

enter image description here

enter image description here


Solution

    1. Download clean JMeter 5.1 (or whatever is the latest version available at JMeter downloads page)
    2. Download the following file to lib/ext folder of your JMeter installation:

    3. Download the following files to lib folder of your JMeter installation:

    4. Start JMeter

    5. You should be able to see the Stomp Protocol checkbox and should be able to execute STOMP requests:

      enter image description here