Pure Kotlin AMQP client and protocol implementation, optimized for KMP and coroutines.

amqp amqp-client kotlin rabbitmq-client
2 Open Issues Need Help Last updated: Jul 25, 2025

Open Issues Need Help

View All on GitHub
No wait variants about 1 month ago

AI Summary: Implement "noWait" variants for AMQP methods in the Kourier Kotlin library. This involves creating new functions (e.g., `queueDeclareNoWait`) that mirror existing methods but set the `noWait` parameter to `true` and omit the wait for a response from the broker. The changes should be consistent across all methods with a `noWait` parameter.

Complexity: 3/5
enhancement good first issue

Pure Kotlin AMQP client and protocol implementation, optimized for KMP and coroutines.

Kotlin
#amqp#amqp-client#kotlin#rabbitmq-client

AI Summary: Write tutorials for a Kotlin AMQP client library, including markdown documentation and associated test cases, covering common use cases similar to the official RabbitMQ tutorials. The tutorials should be added to the project's documentation and ensure the code compiles and works across all platforms.

Complexity: 3/5
documentation help wanted

Pure Kotlin AMQP client and protocol implementation, optimized for KMP and coroutines.

Kotlin
#amqp#amqp-client#kotlin#rabbitmq-client