{"id":13651197,"url":"https://github.com/Tinkoff/gatling-amqp-plugin","last_synced_at":"2025-04-22T22:30:36.223Z","repository":{"id":40206998,"uuid":"193069302","full_name":"Tinkoff/gatling-amqp-plugin","owner":"Tinkoff","description":"Plugin for support performance testing with AMQP in Gatling (3.7.x)","archived":true,"fork":false,"pushed_at":"2023-08-07T22:00:35.000Z","size":150,"stargazers_count":32,"open_issues_count":18,"forks_count":20,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-01-26T05:13:34.497Z","etag":null,"topics":["amqp","gatling","performance","scala"],"latest_commit_sha":null,"homepage":"","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tinkoff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-06-21T09:20:59.000Z","updated_at":"2023-10-20T13:23:59.000Z","dependencies_parsed_at":"2024-01-03T05:41:13.996Z","dependency_job_id":"13ceb120-f7a2-413a-99de-111976201d99","html_url":"https://github.com/Tinkoff/gatling-amqp-plugin","commit_stats":null,"previous_names":["tinkoffcreditsystems/gatling-amqp-plugin"],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tinkoff%2Fgatling-amqp-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tinkoff%2Fgatling-amqp-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tinkoff%2Fgatling-amqp-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tinkoff%2Fgatling-amqp-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tinkoff","download_url":"https://codeload.github.com/Tinkoff/gatling-amqp-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250333863,"owners_count":21413471,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amqp","gatling","performance","scala"],"created_at":"2024-08-02T02:00:46.424Z","updated_at":"2025-04-22T22:30:35.960Z","avatar_url":"https://github.com/Tinkoff.png","language":"Scala","funding_links":[],"categories":["Tools"],"sub_categories":["Plugins"],"readme":"# Gatling AMQP Plugin \n\n![Build](https://github.com/TinkoffCreditSystems/gatling-amqp-plugin/workflows/Build/badge.svg) \n[![Maven Central](https://img.shields.io/maven-central/v/ru.tinkoff/gatling-amqp-plugin_2.13.svg?color=success)](https://search.maven.org/search?q=ru.tinkoff.gatling-amqp-plugin) \n[![Scala Steward badge](https://img.shields.io/badge/Scala_Steward-helping-blue.svg?style=flat\u0026logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAMAAAARSr4IAAAAVFBMVEUAAACHjojlOy5NWlrKzcYRKjGFjIbp293YycuLa3pYY2LSqql4f3pCUFTgSjNodYRmcXUsPD/NTTbjRS+2jomhgnzNc223cGvZS0HaSD0XLjbaSjElhIr+AAAAAXRSTlMAQObYZgAAAHlJREFUCNdNyosOwyAIhWHAQS1Vt7a77/3fcxxdmv0xwmckutAR1nkm4ggbyEcg/wWmlGLDAA3oL50xi6fk5ffZ3E2E3QfZDCcCN2YtbEWZt+Drc6u6rlqv7Uk0LdKqqr5rk2UCRXOk0vmQKGfc94nOJyQjouF9H/wCc9gECEYfONoAAAAASUVORK5CYII=)](https://scala-steward.org)\n[![codecov.io](https://codecov.io/github/Tinkoff/gatling-amqp-plugin/coverage.svg?branch=master)](https://codecov.io/github/Tinkoff/gatling-amqp-plugin?branch=master)\n\nPlugin for support performance testing with AMQP in Gatling(3.9.x)\n\n# Usage\n\n## Getting Started\nPlugin is currently available for Scala 2.13, Java 17, Kotlin.\n\nYou may add plugin as dependency in project with your tests. \n\n### Scala\n\nWrite this to your build.sbt: \n\n``` scala\nlibraryDependencies += \"ru.tinkoff\" %% \"gatling-amqp-plugin\" % \u003cversion\u003e % Test\n``` \n\n### Java\n\nWrite this to your dependencies block in build.gradle:\n\n```java\ngatling \"ru.tinkoff:gatling-amqp-plugin_2.13:\u003cversion\u003e\"\n```\n\n### Kotlin\n\nWrite this to your dependencies block in build.gradle:\n\n```kotlin\ngatling(\"ru.tinkoff:gatling-amqp-plugin_2.13:\u003cversion\u003e\")\n```\n\n## Example Scenarios\n\n### Scala \n\n* Example scenario for [publishing](src/test/scala/ru/tinkoff/gatling/amqp/examples/PublishExample.scala)\n* Example scenario for [Publish And Reply](src/test/scala/ru/tinkoff/gatling/amqp/examples/RequestReplyExample.scala)\n* Example scenario for [Publish and Reply on different message-brokers](src/test/scala/ru/tinkoff/gatling/amqp/examples/RequestReplyTwoBrokerExample.scala)\n\n### Java\n\n* Example scenario for [publishing](src/test/java/ru/tinkoff/gatling/amqp/javaapi/examples/PublishExample.java)\n* Example scenario for [Publish And Reply](src/test/java/ru/tinkoff/gatling/amqp/javaapi/examples/RequestReplyExample.java)\n* Example scenario for [Publish and Reply on different message-brokers](src/test/java/ru/tinkoff/gatling/amqp/javaapi/examples/RequestReplyTwoBrokerExample.java)\n\n### Kotlin\n\n* Example scenario for [publishing](src/test/kotlin/ru/tinkoff/gatling/amqp/javaapi/examples/PublishExample.kt)\n* Example scenario for [Publish And Reply](src/test/kotlin/ru/tinkoff/gatling/amqp/javaapi/examples/RequestReplyExample.kt)\n* Example scenario for [Publish and Reply on different message-brokers](src/test/kotlin/ru/tinkoff/gatling/amqp/javaapi/examples/RequestReplyTwoBrokerExample.kt)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTinkoff%2Fgatling-amqp-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTinkoff%2Fgatling-amqp-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTinkoff%2Fgatling-amqp-plugin/lists"}