brithwulf
brithwulf

Reputation: 548

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.

enter image description here

and here is the response.

enter image description here

my ActiveMQ looks like that: enter image description here

Upvotes: 1

Views: 365

Answers (1)

brithwulf
brithwulf

Reputation: 548

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

Upvotes: 0

Related Questions