JMeter JMS Point-to-Point Request Response: “No reply message received”

浪尽此生 提交于 2019-12-14 04:18:39

问题


I have created a JMS Point-to-Point Request Response test as documented in the JMeter manual.

My JMeter Point-to-Point Configuration:

When I run it, however, it always times out on the response. If I look at the sampler log file, I seem rm="No reply message received":

<sample t="1016" lt="0" ts="1350683197138" s="false" lb="JMS Point-to-Point" rc="" rm="No reply message received" tn="Attributes Fetch 1-1" dt="text" by="0"/>

I know my consumer is set up correctly to reply based on replyTo JMS header. In fact - if I look at the ActiveMQ management console, it shows me that the reply queue I specified has queued and dequeued exactly the number of messages in the test. So it looks like JMeter is dequeing them, but something goes awry after that!

My ActiveMQ Management Console:

Has anyone been able to do this successfully with JMeter and ActiveMQ?
I am using JMeter 2.8 and ActiveMQ 5.6.0.


回答1:


It is certainly due to correlation attributes chosen.

Read carefully this:

  • http://jmeter.apache.org/usermanual/component_reference.html#JMS_Point-to-Point


来源:https://stackoverflow.com/questions/12982998/jmeter-jms-point-to-point-request-response-no-reply-message-received

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!