如何在Websocket采样器上获取STOMP协议复选框选项

时间:2019-06-22 06:53:49

标签: websocket jmeter stomp

我没有在Web套接字采样器上获得STOMP协议复选框选项。

我已经下载了以下jar,并将其放在/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

我看到一些论坛的STOMP协议选项附有屏幕截图,但对我而言该选项不可用。

enter image description here

enter image description here

2 个答案:

答案 0 :(得分:0)

您需要下载该文件。可通过以下链接获得;- https://github.com/Fyro-Ing/JMeter-WebSocket-StompSampler

检查发行版下的编译库, https://github.com/Fyro-Ing/JMeter-WebSocket-StompSampler/releases

此外,下面的交叉检查库位于JMeter \ lib \ ext文件夹中:

jetty-http-9.1.1.v20140108.jar

jetty-io-9.1.1.v20140108.jar

jetty-util-9.1.1.v20140108.jar

websocket-api-9.1.1.v20140108.jar

websocket-client-9.1.1.v20140108.jar

websocket-common-9.1.1.v20140108.jar

希望这会有所帮助。

答案 1 :(得分:0)

  1. 下载干净的JMeter 5.1(或JMeter downloads页上提供的最新版本)
  2. 将以下文件下载到JMeter安装的 lib / ext 文件夹中:

  3. 将以下文件下载到JMeter安装的 lib 文件夹中:

  4. 启动JMeter

  5. 您应该能够看到Stomp Protocol复选框,并且应该能够执行STOMP请求:

    enter image description here