gatling-amqp-plugin icon indicating copy to clipboard operation
gatling-amqp-plugin copied to clipboard

Plugin for support performance testing with AMQP in Gatling (3.7.x)

Results 18 gatling-amqp-plugin issues
Sort by recently updated
recently updated
newest added

## About this PR 📦 Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.7.3` to `3.7.12` 📜 [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.7.12) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.7.3...v3.7.12) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

## About this PR 📦 Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from `1.8.3` to `1.9.3` 📜 [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.9.3) - [Version Diff](https://github.com/sbt/sbt/compare/v1.8.3...v1.9.3) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

## About this PR 📦 Updates [com.rabbitmq:amqp-client](https://github.com/rabbitmq/rabbitmq-java-client) from `5.17.0` to `5.17.1` 📜 [GitHub Release Notes](https://github.com/rabbitmq/rabbitmq-java-client/releases/tag/v5.17.1) - [Version Diff](https://github.com/rabbitmq/rabbitmq-java-client/compare/v5.17.0...v5.17.1) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

## About this PR 📦 Updates [com.rabbitmq:amqp-client](https://github.com/rabbitmq/rabbitmq-java-client) from `5.17.0` to `5.18.0` 📜 [GitHub Release Notes](https://github.com/rabbitmq/rabbitmq-java-client/releases/tag/v5.18.0) - [Version Diff](https://github.com/rabbitmq/rabbitmq-java-client/compare/v5.17.0...v5.18.0) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

## About this PR 📦 Updates [org.scala-lang:scala-library](https://github.com/scala/scala) from `2.13.10` to `2.13.11` 📜 [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.13.11) - [Version Diff](https://github.com/scala/scala/compare/v2.13.10...v2.13.11) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

## About this PR 📦 Updates [org.scoverage:sbt-scoverage](https://github.com/scoverage/sbt-scoverage) from `2.0.7` to `2.0.8` 📜 [GitHub Release Notes](https://github.com/scoverage/sbt-scoverage/releases/tag/v2.0.8) - [Version Diff](https://github.com/scoverage/sbt-scoverage/compare/v2.0.7...v2.0.8) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

## About this PR 📦 Updates [io.gatling:gatling-sbt](https://github.com/gatling/gatling-sbt-plugin) from `4.3.2` to `4.3.3` 📜 [GitHub Release Notes](https://github.com/gatling/gatling-sbt-plugin/releases/tag/v4.3.3) - [Version Diff](https://github.com/gatling/gatling-sbt-plugin/compare/v4.3.2...v4.3.3) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

Sending byte messages to Rabbitmq/amqp is possible in scala, but missing from the java wrapper. Please include `bytesMessage` in `PublishDslBuilderMessage.java`, wrapping `ru.tinkoff.gatling.amqp.request.PublishDslBuilderMessage.bytesMessage`.

Is there any way to bind multiple queues in AmqpProtocolBuilder? Requirement is to bind multiple queues (Request & Response) instead of declaring it.

In the [RequestReplyExample](https://github.com/Tinkoff/gatling-amqp-plugin/blob/master/src/test/scala/ru/tinkoff/gatling/amqp/examples/RequestReplyExample.scala) the `id` is injected in the message being sent. But then the matching process starts and somehow the reply should contain the `id` as well. Lets say...