I want to test MQ load using JMETER for JMS point-to-point messaging. I am able to connect and send the request message for a single connection from a single remote queue. Can we establish multiple channel connections using the same connection factory and send messages to different queues. I have established around 1500 channel connections with 1500 dedicated remote queues. I am using JMTRI version 2.11
If you are using a different specific name, SVRCON channels If not The specified channel can not be changed in connection factory. To simulate 1 channel for each channel you will need to create a connection function for each channel.
However, there is no technical reason that you can not use the same channel for a single channel by using the same connection factory reference for many queues. According to the performance, there will be no difference in actually using 1,500 examples of the same channel and 1500 individualized channels.
You may need to adjust the number of examples that are channel and / or started if you expect to go all 1500 at the same time, from the same client.
Comments
Post a Comment