• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

inc/Module/H07-Apr-2011-3,1182,334

lib/Net/H07-Apr-2011-874640

share/H07-Apr-2011-3,9523,476

t/H07-Apr-2011-5443

xt/H07-Apr-2011-419338

ChangesH A D07-Apr-20111 KiB2822

MANIFESTH A D07-Apr-20111.1 KiB4342

META.ymlH A D07-Apr-2011792 3938

Makefile.PLH A D07-Apr-2011546 2722

READMEH A D07-Apr-2011931 3520

config.jsonH A D29-May-2010100 87

rabbit_footH A D29-May-2010103 104

README

1This is Perl module Net::RabbitFoot.
2
3Net::RabbitFoot is an AMQP(Advanced Message Queuing Protocol) client library, that is intended to allow you to interact with AMQP-compliant message brokers/servers such as RabbitMQ in an asynchronous fashion.
4
5You can use Net::RabbitFoot to -
6
7  * Declare and delete exchanges
8  * Declare, delete, bind and unbind queues
9  * Set QoS
10  * Publish, consume, get, ack, recover and reject messages
11  * Select, commit and rollback transactions
12
13Net::RabbitFoot is known to work with RabbitMQ versions 2.4.0 and version 0-8 of the AMQP specification.
14
15INSTALLATION
16
17Download it, unpack it, then build it as per the usual:
18
19    % perl Makefile.PL
20    % make && make test
21
22Then install it:
23
24    % make install
25
26DOCUMENTATION
27
28Net::RabbitFoot documentation is available as in POD. So you can do:
29
30    % perldoc Net::RabbitFoot
31
32to read the documentation online with your favorite pager.
33
34Masahito Ikuta
35