gatling 2.1.5 and jms

Hi Gatling Experts

I use the sample gatling code with this url

https://github.com/jasonk000/gatling-jms#example

To make a test with a JMS server

Of course, I have modified the values of parameters in the sample gatling program with the values of my environment of JMS Server

I run the test but at the end , I have the error message

2015-04-22 11:16:48 300s elapsed
---- JMS TextMessage test ------------------------------------------------------

[##########################################################################]100%

waiting: 0 / active: 0 / done:1
---- Requests ------------------------------------------------------------------

Hi,

Does your message get received by the consumer on the other side ?
My guess is that your message ends up nowhere, therefore Gatling does not get confirmation that the message is received, and the request never ends.

Cheers,

Pierre

Hi,

Could you provide a reproducer (= minimal project), please?

Thanks