Anyone had tried to make test for websphere MQ?

Hi There,

I am trying to use gatling to do perf test on both AMQ and WebSphereMQ.

It works all fine for AMQ like below:


val jmsConn = jms
  .connectionFactoryName("ConnectionFactory")
  .url(broker_url).credentials(broker_username,broker_password)
  .contextFactory(classOf[ActiveMQInitialContextFactory].getName)
  .listenerCount(1)