The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.06 - 2012-08-21

  • Fix a race condition stopping connections from closing properly. If you ask to open a channel, and then immediately try to close the connection then the not yet open channel would never remove itself from the associated connection, resulting in the connection never being terminated (as there were still channels associated with it).
  • Stop leaking all RabbitMQ messages recieved back inside a closure.
  • Allow multiple clients to have independent connections to RabbitMQ, as long as they all use the same spec file.

Modules

An asynchronous and multi channel Perl AMQP client.
Abstraction of an AMQP channel.

Provides

in lib/AnyEvent/RabbitMQ/LocalQueue.pm