Skip to content

Releases: jxsl13/amqpx

v0.6.1

14 Feb 10:49
7fb0f47
Compare
Choose a tag to compare
  • Update dependency of amqp091 library (fixes data race)
  • rename a BatchSize to MaxBatchSize
  • rename BatchTimeout to FlushTimeout

v0.6.0 - Batch processing & initial connection recovery

08 Feb 12:38
Compare
Choose a tag to compare

This updat eintroduces the recovery of initial connections that are established when the connection pool is started.
Additionally we ar enow able to process batches of messages.
We do have a new batch handler function definition which can be configured to accumulate up to N messages in a single batch.
If message throughput is slow and a batch i snot yet full, we have a second parameter which is the batch timeout. This one defines the duration to wait before triggering batch processing wven tho the batch is not yet full but contains at least a single message.

v0.5.3 - bugfix

17 Jan 14:35
Compare
Choose a tag to compare

small bugfix that panics in a specific error case where your connection to rabbitmq is lost.