Skip to content

Commit

Permalink
Add readme description
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimumCode committed May 28, 2024
1 parent 4ef1bbf commit cb783c0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,15 @@ dependencies {

## Release notes

### next

+ Added functionality for publisher confirmations to mitigate network issues for message producers.
+ New parameters are added to connection manager configuration:
+ enablePublisherConfirmation - enables publisher confirmation. `false` by default.
+ maxInflightPublications - the max number of unconfirmed published messages per channel. `200`, by default.
+ heartbeatIntervalSeconds - rabbitmq connection heartbeat interval in seconds.
`0` by default (that means the default interval will be set by the internal library used to communicate with RabbitMQ).

### 5.11.1-dev

+ Add `remove` and `clear` operations to `MapBuilder`
Expand Down

0 comments on commit cb783c0

Please sign in to comment.