The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.09 - 2013-02-25

  • Support AMQP heartbeat.
  • Support AMQP 0.9 standard. (Chip Salzenberg)
  • Stop defining a _return_cb value when not using the mandatory or immediate flags when publishing a message. This means that if you're not using these flags, but are using an infinite set of routing keys, then you won't leak infinite RAM. Currently if you do use these flags and infinitely variable routing keys, we still have a problem as we leak callbacks. RT#79511

Modules

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

Provides

in lib/AnyEvent/RabbitMQ/LocalQueue.pm