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

Changes for version 0.013 - 2014-12-25

  • This release raises the minimum Perl version requirement to 5.14, for the ${^GLOBAL_PHASE} variable.
  • New features:
  • Support reusing closed channel IDs by default in Net::Async::AMQP
  • Remove connection from available pool when no channels are available
  • Hardcoded connection manager channel assignment retry count moved to a method so that it's easier to override if required
  • Server implementation now supports channel opening (still a long way from a usable server)
  • Bugs fixed:
  • Prevent ->confirm_mode on an existing ConnectionManager channel
  • Call cleanup tasks when releasing a managed channel

Documentation

provides client interface to AMQP using IO::Async

Provides

in lib/Net/Async/AMQP/Server/Queue.pm
in lib/Net/Async/AMQP/Server/VHost.pm
in lib/Net/Async/AMQP/Server/Storage.pm