Changes for version 0.007 - 2014-08-27

  • No new features.
  • Bugs fixed:
  • Channel traffic is independent. As such, the global pending frame handling was broken: instead, we now track pending frames on a per-channel basis.
  • Cancelling a ->listen request between the Consume.Start and Consume.Ok frames meant that you'd end up with an active listener - we now explicitly cancel this listener when the Consume.Ok frame turns up.
  • Connection manager now applies the managed channel to queue objects
  • Unnecessary extra connections were being opened, this has been fixed.

Documentation

provides client interface to AMQP using IO::Async

Modules

provides client interface to AMQP using IO::Async
represents a single channel in an MQ connection
handle MQ connections
provides client interface to AMQP using IO::Async

Provides

in lib/Net/Async/AMQP/Channel.pm
in lib/Net/Async/AMQP/Server/Protocol.pm