NAME
Net::Async::AMQP - provides client interface to AMQP using IO::Async
VERSION
version 0.019
SYNOPSIS
use IO::Async::Loop;
use Net::Async::AMQP;
my $loop = IO::Async::Loop->new;
$loop->add(my $amqp = Net::Async::AMQP->new);
$amqp->connect(
host => 'localhost',
username => 'guest',
password => 'guest',
on_connected => sub {
}
);
DESCRIPTION
ACCESSORS
METHODS
PROXIED METHODS - Net::Async::AMQP
PROXIED METHODS - Net::Async::AMQP::Channel
METHODS
cancel
Cancels the given consumer.
delete
Deletes this queue.
AUTHOR
Tom Molesworth <cpan@perlsite.co.uk>
LICENSE
Licensed under the same terms as Perl itself, with additional licensing terms for the MQ spec to be found in share/amqp0-9-1.extended.xml
('a worldwide, perpetual, royalty-free, nontransferable, nonexclusive license to (i) copy, display, distribute and implement the Advanced Messaging Queue Protocol ("AMQP") Specification').