开发环境
RabbitMQ 3.9.16 Erlang 23.3.4.11
Apache-jmeter-5.3
Apache Maven 3.5.4
JDK 1.8.0_121
插件下载地址
https://gitee.com/ishouke/jmeter-plugin-rabbitmq/tree/master
插件使用方法
插件配置
将插件及依赖类库
目录下的所有.jar
文件放到 %JMETER_HOME\lib\ext
目录下,然后运行JMeter
JMeter添加插件
添加连接配置元件
添加消息发布插件
补充说明:
- 当
Queue Name
不为空 且Routing Key
为空时,运行该插件时,会将自动将Routing Key
设置为Queue Name
的值 - 如果
Queue Name
指定队列实际不存在时,会自动声明一个非持久化的,非排它,不自动删除的队列。 - 消息属性
MsgProperty
支持以下属性(至于这些属性做啥用的,参考RabbitMQ官方文档或者网络搜索相关资料):contentType
contentEncoding
deliveryMode
priority
correlationId
replyTo
expiration
messageId
timestamp
type
userId
appId
clusterId
Message Data Type
目前仅支持String、JSON
,当设置为JSON
时,会自动设置contentType
为applicaton/json