This repository was archived by the owner on Sep 26, 2025. It is now read-only.
1.3.0.M2
Pre-release
Pre-release
Changes between 1.2.0.RELEASE and 1.3.0.M2
This pre-release includes new features, bug fixes, and dependency upgrades. It is compatible with 1.2.0.RELEASE.
Thanks to @vanseverk, @pmackowski, and @philsttr for their contribution on this pre-release.
Add support for handling returned (undeliverable) messages in Sender
GitHub issue: #95
Allow passive exchange and queue declaration
GitHub issue: #84
Add hook to configure Mono<Connection>
GitHub issue: #105
Support client-generated consumer tags
GitHub issue: #96
Make Sender and Receiver closing more robust
GitHub issue: #103
Remove ConfirmListener from Channel
GitHub issue: #98
Cache Connection and Channel only on success
GitHub issue: #94
Using connectionSupplier results in multiple connections created
GitHub issue: #93
Emit exception on server-initiated channel closing
GitHub issue: #86
Do not close channel in RpcClient
GitHub issue: #92
Bump Reactor to 3.3.0.M3
GitHub issue: #91
Bump Java client to 5.7.3
GitHub issue: #90
Make sure RPC client is thread-safe
GitHub issue: #81