简体   繁体   中英

JMeter cannot read messages using JMS Subscriber, giving me 404 status code as a response

I'm trying to read messages from ActiveMQ Artemis using JMeter. For that I use JMS Subscriber. For some reason I can't read messages, it gives me an 404 response code. I think that I'm making everything correct, but it doesn't works. Here is what have I done.

在此处输入图片说明

and here is the response.

在此处输入图片说明

my ActiveMQ looks like that: 在此处输入图片说明

The problem was in Destination field. I should have use dynamicQueues/GDE.Error instead of dynamicTopics/GDE.Error .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM