Hi all,
I’m running Gatling 2.3.0 and do have the following injection and running a JMS load tests against a IBM-MQ:
`
scn_message_ZIP_DP102.inject(constantUsersPerSec(150).during(1 minutes)).protocols(jmsConfigMQ1),
scnMessageIDTotalFailure.inject(constantUsersPerSec(150).during(1 minutes)).protocols(jmsConfigMQ1)
`
I would expect the JMS messages being submitted with the same amount/rate, but obviously this is not the case:
as you can see the message with ID “ZIP 102” is being submitted 447 times wheras the message with the ID “TotalFailure” is being sumitted only 407 times.
`
F&F testing with MessageID ZIP 102 (OK=447 KO=0 )
F&F testing with MessageID TotalFailure (OK=407 KO=0 )
---- Load testing InboundQueue on MQ-HOST-1 with messageTotalFailure ------
[## ] 3%
waiting: 11593 / active: 0 / done:407
---- Load testing InboundQueue on MQ-HOST-1 with MessageID ZIP 102 --------
[## ] 3%
waiting: 11553 / active: 0 / done:447