AnyEvent-RabbitMQ-Simple
view release on metacpan or search on metacpan
}
);
}
# wait forever or die on error
my $done = $loop->recv;
DESCRIPTION
This module is meant to simplify the process of setting up the RabbitMQ
channel, so you can start publishing and/or consuming messages without
chaining "on_success" callbacks.
METHODS
new
my $rmq = AnyEvent::RabbitMQ::Simple->new(
...
);
Returns configured object using following parameters:
host
lib/AnyEvent/RabbitMQ/Simple.pm view on Meta::CPAN
);
}
# wait forever or die on error
my $done = $loop->recv;
=head1 DESCRIPTION
This module is meant to simplify the process of setting up the RabbitMQ channel,
so you can start publishing and/or consuming messages without chaining
C<on_success> callbacks.
=head1 METHODS
=head2 new
my $rmq = AnyEvent::RabbitMQ::Simple->new(
...
);
Returns configured object using following parameters:
( run in 0.683 second using v1.01-cache-2.11-cpan-9b1e4054eb1 )