ANN Reactor RabbitMQ 1.2.0 GA is released

19 views
Skip to first unread message

Arnaud Cogoluègnes

unread,
Apr 5, 2019, 5:13:46 AM4/5/19
to rabbitm...@googlegroups.com
On behalf of the RabbitMQ team I'm happy to announce that Reactor
RabbitMQ 1.2.0 GA is available.

Reactor RabbitMQ [1] is a reactive API for RabbitMQ based on Reactor
[2] and RabbitMQ Java Client. Reactor RabbitMQ goal is to enable
messages to be published to and consumed from RabbitMQ using
functional APIs with non-blocking back-pressure and very low overhead.

This minor release includes a bug fix, dependency upgrades, and
improvements in the publisher confirms support. It is compatible with
1.1.0.RELEASE. All users are encouraged to upgrade to this version.

Thanks to Pawel Mackowski for his contribution on this release.

Changes:
* Limit in-flight records in publisher confirms if requested
* Implement back pressure in publisher confirms support
* Channels are leaking when CancelCallback is used
* Bump Reactor to 3.2.8

See the changelog [3] for more details.

Dependency (Maven artifact)

Maven:

<dependency>
<groupId>io.projectreactor.rabbitmq</groupId>
<artifactId>reactor-rabbitmq</artifactId>
<version>1.2.0.RELEASE</version>
</dependency>

Gradle:

compile "io.projectreactor.rabbitmq:reactor-rabbitmq:1.2.0.RELEASE"

[1] https://github.com/reactor/reactor-rabbitmq
[2] https://projectreactor.io/
[3] https://github.com/reactor/reactor-rabbitmq/releases/tag/v1.2.0.RELEASE
Reply all
Reply to author
Forward
0 new messages