AnyEvent-RabbitMQ-RPC

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

---
abstract: 'RPC queues via RabbitMQ'
author:
  - 'Alex Vandiver C<< <alexmv@bestpractical.com> >>'
build_requires:
  ExtUtils::MakeMaker: 6.36
configure_requires:
  ExtUtils::MakeMaker: 6.36
distribution_type: module
dynamic_config: 1
generated_by: 'Module::Install version 1.06'
license: gpl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html

lib/AnyEvent/RabbitMQ/RPC.pm  view on Meta::CPAN

Creates a temporary queue used to reply to job requests.  These queues
are anonymous and ephemeral, and are torn down after each RPC call.

The C<on_success> callback is called with the name of the queue that has
been created.  The C<on_failure> may alternately be called with a reason
if the queue creation fails.


=head1 AUTHOR

Alex Vandiver C<< <alexmv@bestpractical.com> >>

=head1 BUGS

All bugs should be reported via
L<http://rt.cpan.org/Public/Dist/Display.html?Name=AnyEvent-RabbitMQ-RPC>
or L<bug-AnyEvent-RabbitMQ-RPC@rt.cpan.org>.


=head1 LICENSE AND COPYRIGHT



( run in 0.457 second using v1.01-cache-2.11-cpan-4e96b696675 )