Skip to content

Releases: avast/rabbitmq-scala-client

Don't handle TimeoutException if processTimeout is disabled

13 Dec 14:13
f374e54

Choose a tag to compare

7.0.0-beta10

Don't handle TimeoutException if processTimeout is disabled (#20)

Option to disable process timeout for consumer

11 Dec 11:44
3e7908a

Choose a tag to compare

7.0.0-beta9

Option to disable process timeout for consumer (#19)

Fixed FAutoCloseableOps.toAutoCloseable

06 Dec 13:44

Choose a tag to compare

Pre-release
7.0.0-beta8

Fix FAutoCloseableOps.toAutoCloseable

Better configuration errors

06 Dec 12:40
89d7796

Choose a tag to compare

Pre-release

Examples:

Missing value in producer/consumer/pull consumer config:

No configuration setting found for key 'rabbitmq_config_root.producer.name'
Missing value in consumer/pull consumer bindings

No configuration setting found for key 'rabbitmq_config_root.pullConsumer.bindings.0.exchange.declare.type'
The rabbitmq_config_root is just a placeholder because the library has no clue about absolute path in your applications's configuration.

FAutoCloseableOps

05 Dec 14:08

Choose a tag to compare

FAutoCloseableOps Pre-release
Pre-release
7.0.0-beta6

FAutoCloseableOps

Consumer metrics: timeout and fatalFailures

27 Nov 14:27

Choose a tag to compare

7.0.0-beta5

Consumer timeouts and fatalFailures meters

Fixed queue bindings

20 Nov 14:22

Choose a tag to compare

Fixed queue bindings Pre-release
Pre-release
7.0.0-beta4

Producer logging sending of message

Fixed default SSL settings

12 Nov 12:07

Choose a tag to compare

Pre-release
7.0.0-beta3

Merge branch '6.1.x'

Fixed default SSL settings (legacy 6.1 branch)

12 Nov 12:05

Choose a tag to compare

6.1.3

Fixed default SSL configuration (when no explicit SSL context is supp…

Fixed bindQueue additional declaration

07 Nov 18:04

Choose a tag to compare

Pre-release
7.0.0-beta2

`bindQueue` declaration API fixed