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

Changes for version 1.03 - 2011-04-07

  • Separate AnyEvent::RabbitMQ from Net::RabbitFoot.
  • Avoid (additional) issues when in global destruction.
  • Do not set reply_to to an empty string in the header frame.
  • Implement basic.reject (requires RabbitMQ >= 2.0.0).
  • Store server properties in the object for easy server product and sever version access.
  • Shutdown the AnyEvent handle using push_shutdown.
  • Be more careful in DESTROY blocks.

Modules

An Asynchronous and multi channel Perl AMQP client.

Provides

in lib/Net/RabbitFoot/Channel.pm
in lib/Net/RabbitFoot/Cmd.pm
in lib/Net/RabbitFoot/Cmd/Command/bind_queue.pm
in lib/Net/RabbitFoot/Cmd/Command/declare_exchange.pm
in lib/Net/RabbitFoot/Cmd/Command/declare_queue.pm
in lib/Net/RabbitFoot/Cmd/Command/delete_exchange.pm
in lib/Net/RabbitFoot/Cmd/Command/delete_queue.pm
in lib/Net/RabbitFoot/Cmd/Command/purge_queue.pm
in lib/Net/RabbitFoot/Cmd/Command/unbind_queue.pm
in lib/Net/RabbitFoot/Cmd/Role/Command.pm
in lib/Net/RabbitFoot/Cmd/Role/Config.pm