如何使用jms发送多个消息到队列
How to send multiple number of message to queue using jms
发送消息到队列(tibco ems)时有一个要求,它应该是1000-3000之间的任意随机数,如何在JMeter中实现?
将要聚合的样本数量更新为 ${__Random(1000,3000,)}
是否可行?或者对此有任何替代解决方案?
Config Details
想要在每次迭代中将 1000-3000 条消息发送到队列。
你是对的,无论你在number of samples to aggregate
中配置多少,那么多的号码都会被推送到队列中,
例如,我将值设为 3,然后它将 post 3 条消息发送到队列。
Note: In this case all the 3 messages will be identical
发送消息到队列(tibco ems)时有一个要求,它应该是1000-3000之间的任意随机数,如何在JMeter中实现?
将要聚合的样本数量更新为 ${__Random(1000,3000,)}
是否可行?或者对此有任何替代解决方案?
Config Details
想要在每次迭代中将 1000-3000 条消息发送到队列。
你是对的,无论你在number of samples to aggregate
中配置多少,那么多的号码都会被推送到队列中,
例如,我将值设为 3,然后它将 post 3 条消息发送到队列。
Note: In this case all the 3 messages will be identical