Updating AMQP plugin

12 views
Skip to first unread message

Flavio Campana

unread,
Mar 15, 2018, 10:23:17 AM3/15/18
to Gatling User Group
Hi,
i'm trying to update an amqp plugin (the one listed on gatling site) to currente version of gatling and scala.

While most changes were easy and straightforward, like 
      val now = TimeHelper.nowMillis //old
      val now = ClockSingleton.nowMillis  //new

I found a strange bug, maybe a preexisting one:
    val name = "AmqpConsumerCorrelation"  //
    val name = genName("AmqpConsumerCorrelation") //new

With the old line i always got error on consume, i used genName to solve it.
Is it correct?

Thanks
Reply all
Reply to author
Forward
0 new messages