I have 4 Amazon EC2 instances. One instance works as a publisher, Another instance works as a consumer and remaining two instances works as a broker in network Mode.
I want to do performance testing of ActiveMQ broker using Jmeter for which i am using client server mode of Jmeter. Servers will be publisher and Consumer and client will be any local machine from which i will send the test plan which will be executed by servers.
Issues :
How to send the Jmeter test plan with proper port forwarding from client (local machine) to servers (publisher , consumers).
How to connect from one EC2 instance (Publisher/Consumer) to another EC2 instance (broker) using Jmeter.
Please let me know if anyone have an experience on same or any pointers would be appreciated.
Thanks,