longears 0.2.3 (2020-07-14)
-
amqp_listen()
will now respect the timeout value even when processing many messages. To reliably consume "endlessly", use awhile(TRUE)
loop. -
Connections now set common client properties, which are visible in the RabbitMQ management plugin web interface.
-
Fixes usage of
librabbitmq
connection objects during disconnection events; it turns out that re-using these handles can sometimes cause issues when attempting to reconnect to a server. -
Fix compilation issues due to a missing header on pre-3.4 versions of R.