Let’s consider a scenario, Your vendor is allowing you 100 TPS at their end and 2 sessions, In-order to incorporate the same at application end you need to enter the below details
Number of messages : 50
In total number of seconds : 1
Number of TXR sessions : 2
Then application will send 50*2 that is 100 messages in 1 second.
NOTE : Always keep the number of seconds as 1, Because TPS is calculated per second
So, are you saying that “In a Total number of seconds” can not be set to anything other than 1 ? == YES, to avoid queuing and server load. Not recommended, as we have faced this issue earlier of message queuing at application due to the misconfigurations done in gateway.