Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Releases: spring-attic/reactor-rabbitmq

1.1.0.RELEASE

01 Feb 13:36

Choose a tag to compare

Changes between 1.0.0.RELEASE and 1.1.0.RELEASE

This release includes bug fixes, dependency upgrades, and new features. It is backward compatible with 1.0.0.RELEASE. All users are encouraged to upgrade to this version.

Thanks to @pmackowski and @trantienduchn for their contribution on this release.

Allow customization of channel creation for sending

GitHub issue: #41

Add channel pooling in sender

GitHub issue: #48

Don't cache Channel in Sender#send

GitHub issue: #43

Retry automatically on ack/nack failure

GitHub issue: #53

Enforce queue specification semantics for server-named, non-durable, exclusive, auto-delete queue creation

GitHub issue: #44

Bump Reactor to 3.2.5.RELEASE

GitHub issue: #50

Bump Java client to 5.6.0

GitHub issue: #58

1.1.0.RC3

25 Jan 09:59

Choose a tag to compare

1.1.0.RC3 Pre-release
Pre-release

Changes between 1.0.0.RELEASE and 1.1.0.RC3

This pre-release includes bug fixes, dependency upgrades, and new features. It is backward compatible with 1.0.0.RELEASE.

Thanks to @pmackowski and @trantienduchn for their contribution on this pre-release.

Allow customization of channel creation for sending

GitHub issue: #41

Add channel pooling in sender

GitHub issue: #48

Don't cache Channel in Sender#send

GitHub issue: #43

Retry automatically on ack/nack failure

GitHub issue: #53

Enforce queue specification semantics for server-named, non-durable, exclusive, auto-delete queue creation

GitHub issue: #44

Bump Reactor to 3.2.5.RELEASE

GitHub issue: #50

Bump Java client to 5.6.0

GitHub issue: #58

1.1.0.RC2

17 Jan 10:16

Choose a tag to compare

1.1.0.RC2 Pre-release
Pre-release

Changes between 1.0.0.RELEASE and 1.1.0.RC2

This pre-release includes bug fixes, dependency upgrades, and new features. It is backward compatible with 1.0.0.RELEASE.

Thanks to @pmackowski and @trantienduchn for their contribution on this pre-release.

Allow customization of channel creation for sending

GitHub issue: #41

Add channel pooling in sender

GitHub issue: #48

Don't cache Channel in Sender#send

GitHub issue: #43

Enforce queue specification semantics for server-named, non-durable, exclusive, auto-delete queue creation

GitHub issue: #44

Bump Reactor to 3.2.5.RELEASE

GitHub issue: #50

Bump Java client to 5.5.2

GitHub issue: #46

1.1.0.RC1

10 Jan 14:48

Choose a tag to compare

1.1.0.RC1 Pre-release
Pre-release

Changes between 1.0.0.RELEASE and 1.1.0.RC1

This pre-release includes bug fixes, dependency upgrades, and new features. It is backward compatible with 1.0.0.RELEASE.

Thanks to @pmackowski for his contribution on this pre-release.

Allow customization of channel creation for sending

GitHub issue: #41

Add channel pooling in sender

GitHub issue: #48

Don't cache Channel in Sender#send

GitHub issue: #43

Bump Reactor to 3.2.5.RELEASE

GitHub issue: #50

Bump Java client to 5.5.2

GitHub issue: #46

1.0.0.RELEASE

10 Dec 13:47

Choose a tag to compare

This is the first production-ready release of Reactor RabbitMQ.

Reactor RabbitMQ is a reactive API for RabbitMQ based on Reactor 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.

1.0.0.RC2

29 Nov 14:44

Choose a tag to compare

1.0.0.RC2 Pre-release
Pre-release

Changes between 1.0.0.RC1 and 1.0.0.RC2

This pre-release includes bug fixes, dependency upgrades, and the renaming of 2 classes.

Thanks to @dbuos for his contribution on this pre-release.

Bump Reactor to 3.2.3.RELEASE

GitHub issue: #36

Bump Java client to 5.5.1 to fix topology recovery

GitHub issue: #37

Handle ShutdownSignalException In Receiver

GitHub issue: #34

Handle error signal of connectionMono subscription to enable proper error handling

GitHub issue: #35

Rename ReactorRabbitMq to RabbitFlux

ReactorRabbitMq is now RabbitFlux and ReactorRabbitMqException is now RabbitFluxException.

GitHub issue: #4

1.0.0.RC1

25 Oct 09:19

Choose a tag to compare

1.0.0.RC1 Pre-release
Pre-release

Changes between 1.0.0.M3 and 1.0.0.RC1

This pre-release comes with an upgrade of dependencies.

Bump Reactor to 3.2.1.RELEASE

GitHub issue: #30

Bump Java client to 5.5.0

GitHub issue: #29

1.0.0.M3

09 Oct 12:50

Choose a tag to compare

1.0.0.M3 Pre-release
Pre-release

Changes between 1.0.0.M2 and 1.0.0.M3

This third milestone provides bug fixes and improvements.

Rename resourceCreationScheduler to resourceManagementScheduler

GitHub issue: #27

Let user provide Mono for resource management

GitHub issue: #26

Upgrade to Reactor 3.2

GitHub issue: #24

Upgrade to Java client 5.4.3

GitHub issue: #22

Unreliable Channel caching in Sender

GitHub issue: #21