vert-x3 / issues

Apache License 2.0
36 stars 7 forks source link

Official website document error #539

Open skedin opened 3 years ago

skedin commented 3 years ago

Don't know where to leave the message, so I leave it here. In the documentation of RabbitMQ Kotlin (and maybe same for other languages), I believe a start function for the client after val client = RabbitMQClient.create(vertx, config) is necessary, so that we can declare the queue.

tsegismont commented 3 years ago

@skedin would you mind reporting this to the RabbitMQ client ? Thank you.

A PR is welcome, the examples are located in: https://github.com/vert-x3/vertx-rabbitmq-client/blob/master/src/main/java/examples/RabbitMQExamples.java

(It's not Kotlin but our CI then translate them to all supported languages)