Reputation: 4404
I'm developing a project wich is using HornetQ, and I want to publish some messages on it to execute a load test using JMeter. Does anyone here ever tried anything like it?
How can I configure JMeter to publish messages on HornetQ?
I already copied all the jars to the JMeter lib and filled all the fields on the "JMS Publisher Sampler". How can I proceed? Any example or JMX file which I could use as an example?
Upvotes: 2
Views: 1328
Reputation: 34536
Add HornetQ JARs to jmeter/lib folder
Then for configuration of JMS Sampler use this:
Upvotes: 3