Skip to content

longears 0.2.4 (2020-08-27)

Latest
Compare
Choose a tag to compare
@atheriel atheriel released this 27 Aug 18:51
· 53 commits to master since this release
  • Fixes handling of connection failures in amqp_listen(). Previously if you got booted off the cluster during the acknowledgement phase the connection would not be closed properly and only a warning would be triggered. Now that warning is a hard error, as it should be.

  • Fixes setting of prefetch counts on consumers; previously they were nonfunctional due to a misunderstanding of the AMQP spec and RabbitMQ's interpretation of it. This should improve performance in some cases.