From c2ebcd70fbe1a64b81f9d34383b8b94095ce7f2a Mon Sep 17 00:00:00 2001 From: Nathan Fallet Date: Mon, 28 Jul 2025 15:39:58 +0200 Subject: [PATCH 1/2] Adding Kourier, a Kotlin client --- client-libraries/devtools.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client-libraries/devtools.md b/client-libraries/devtools.md index d6e85bde3..7898b31c6 100644 --- a/client-libraries/devtools.md +++ b/client-libraries/devtools.md @@ -200,6 +200,9 @@ Miscellaneous projects: * [March Hare, a JRuby RabbitMQ client](http://rubymarchhare.info) +### Kotlin + + * [Kourier, a Kotlin AMQP client](https://kourier.dev) ## C and C++ {#c-dev} From 60364134d08fea4634e99dcedf29797f67287211 Mon Sep 17 00:00:00 2001 From: Nathan Fallet Date: Mon, 28 Jul 2025 17:45:30 +0200 Subject: [PATCH 2/2] Adding 0.9.1 to Kourier AMQP version --- client-libraries/devtools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-libraries/devtools.md b/client-libraries/devtools.md index 7898b31c6..6a4523f86 100644 --- a/client-libraries/devtools.md +++ b/client-libraries/devtools.md @@ -202,7 +202,7 @@ Miscellaneous projects: ### Kotlin - * [Kourier, a Kotlin AMQP client](https://kourier.dev) + * [Kourier, a Kotlin AMQP 0.9.1 client](https://kourier.dev) ## C and C++ {#c-dev}