ANN Reactor RabbitMQ 1.4.0 GA is released

31 views
Skip to first unread message

Arnaud Cogoluègnes

unread,
Nov 27, 2019, 3:04:37 AM11/27/19
to rabbitm...@googlegroups.com
On behalf of the RabbitMQ team I'm happy to announce that Reactor
RabbitMQ 1.4.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 new feature, a usability improvement,
and a dependency upgrade. It is part of the Reactor Dysprosium-SR2
release train and is compatible with 1.3.0.RELEASE. All users are
encouraged to upgrade to this version.

Thanks to Sage Pierce and Kristof Van Sever for their contribution on
this release.

Changes:
* Add Sender#sendWithTypedPublishConfirms to be able to publish
OutboundMessage instances of a custom class and get them back in the
flux of OutboundMessageResult
* Add @NonNullApi and @Nullable annotations
* Bump Reactor to 3.3.1

See the changelog [3] for more details.

Dependency (Maven artifact)

Maven:

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

Gradle:

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

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