Open Issues Need Help
View All on GitHubAI 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.
Pure Kotlin AMQP client and protocol implementation, optimized for KMP and coroutines.
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.
Pure Kotlin AMQP client and protocol implementation, optimized for KMP and coroutines.