Skip to content

Tags: rebus-org/Rebus.RabbitMq

Tags

10.0.0

* Update RabbitMQ client to v7 - thanks [zlepper]

9.4.1

* Fix potential race condition in ModelObjectPool - thanks [mksergiy]

9.4.0

* Screen the `IModel` for fitness before trying to send with it, and…

… perform send operations with up to 3 attempts to hopefully better overcome transient errors

9.3.6

* Interpret delivery count header value as ASCII text with a number,…

… when the type encountered is `byte[]`

* Ensure that RabbitMQ's built-in quorum queue header `x-delivery-count` is cleared when a message is dead-lettered

9.3.5

* Interpret delivery count header value as ASCII text with a number,…

… when the type encountered is `byte[]`

* Ensure that RabbitMQ's built-in quorum queue header `x-delivery-count` is cleared when a message is dead-lettered

9.3.4

* Add support for even more ways of interpreting a `byte[]` as an `I…

…nt32`

9.3.3

* Fix handling of built-in delivery count when the value is an empty…

… array

9.3.2

* Ensure that RabbitMQ's built-in quorum queue header `x-delivery-co…

…unt` is cleared when a message is dead-lettered

9.3.1

* Get delivery count with `BitConverter` if the header value is `byt…

…e[]`

9.3.0

* Enable setting the consumer tag - thanks [savissimo]