vertx-rabbitmq-client
vertx-rabbitmq-client copied to clipboard
Vert.x RabbitMQ Service
### Version 4.2.6
### Questions Do not use this issue tracker to ask questions, instead use one of these [channels](https://vertx.io/community/). Questions will likely be closed without notice. ### Version Which version(s) did you...
I found the usage of the following code in the docs on the vertx.io website for the RabbitMQ Client in various places: `Buffer message = Buffer.buffer("body", "Hello RabbitMQ, from Vert.x...
As I can see from source code RabbitMQ client creates one channel on connection. While common scenario is to create one channel for consumer. Here is quote from RabbitMQ docs:...
I'm experiencing the following issue with 3.5.1: This code: ``` JsonObject config = new JsonObject(); config.put("x-message-ttl", 5000L); rabbitClient.queueDeclare(queueName, isQueueDurable(), false, false, config, result -> { // the result is failed...
At this time it's only possible to define a maximum of retries for a reconnect. There should be also the option to configure unlimited retries (e.g. with -1) or similar.
Bumps [testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.16.0 to 1.17.5. Release notes Sourced from testcontainers's releases. 1.17.5 What's Changed Warning Version 1.17.4 was released upgrading slf4j-api to version 2.x. This dependency has been reverted...
Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.21 to 2.0.3. Commits b2cb05f prepare release 2.0.3 4b5bb41 fix SLF4J-546, Fluent logging API doesn't populate timestamp with Reload4JLogger b500a6f javadoc explaining using multiple markers instead of...
Bumps [slf4j-simple](https://github.com/qos-ch/slf4j) from 1.7.25 to 2.0.3. Commits b2cb05f prepare release 2.0.3 4b5bb41 fix SLF4J-546, Fluent logging API doesn't populate timestamp with Reload4JLogger b500a6f javadoc explaining using multiple markers instead of...
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.18.3 to 1.19.2. Release notes Sourced from org.testcontainers:testcontainers's releases. 1.19.2 Testcontainers for Java 1.19.2 Core Add shutdownHook to send sigterm to ryuk (#7717) @eddumelendez Deprecate file/volume mapping...