Releases: jxsl13/amqpx
Releases · jxsl13/amqpx
v0.6.1
v0.6.0 - Batch processing & initial connection recovery
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
small bugfix that panics in a specific error case where your connection to rabbitmq is lost.