I love Gatling. It has helped me a ton on several projects. However on my current project, I’m really hurting for a way to pass in my own JMS ConnectionFactory. I am trying to get a working test for Websphere MQ in bindings mode, and Gatling doesn’t seem to currently support this. I don’t see any way to specify a queue manager or transport mode, which I could do with my own ConnectionFactory.
I see the following commit which seems to be exactly what I need:
https://github.com/gatling/gatling/commit/c8f144b0b768d6f11e75d7055b4db7a137bbf801#diff-01c3814ad5f2bf12177090c43e3de73a
I’d like to know if there’s any hope of this being released in the near term, or if I should roll my own performance test in the meantime.