NAME
AMQP -- Base class for AMQP utilities
SYNOPSIS
package
AMQP::MyUtility;
my
$util
= AMQP::MyUtility->new;
DESCRIPTION
The AMQP class provides the basic functionality common to all AMQP utility classes.
METHODS
server($url)
Configures all of the connection settings based on an AMQP url. The format of which is:
All of the elements of the url are required if you are not using the defaults. The default settings are:
TODO
BUGS
COPYRIGHT
Same as Perl.
AUTHORS
Dave Goehrig <dave@dloh.org>