Set JMS correlationId on outgoing requests

Hi, is it possible to set the correlationId for outgoing JMS requests? I use it to match against previous outgoing JMS messages in my application.

Best regards,
Johan

You can maybe try writing your own JmsMessageMatcher, see https://github.com/gatling/gatling/blob/main/gatling-jms/src/test/scala/io/gatling/jms/compile/JmsCompileTest.scala#L27-L31