Reputation: 548
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.
Upvotes: 1
Views: 365
Reputation: 548
The problem was in Destination field. I should have use dynamicQueues/GDE.Error instead of dynamicTopics/GDE.Error .
Upvotes: 0