8000 GitHub - fgabolde/net-amqp-rabbitmq: Perl bindings to the librabbitmq-c AMQP library.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fgabolde/net-amqp-rabbitmq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status

You can install this using in the usual Perl fashion:

perl Makefile.PL
make
    make test
# (or) env MQHOST="localhost" make test
make install

If you checkout the github repo, you'll need to run the following commands git submodule init git submodule update

After this, you'll need to install Module::CAPIMaker and then Math::Int64.

Finally, you'll have to build the C API for Math::Int64:

perl ./Makefile.PL
make

The documentation is in the module file. Once you install the file, you can read it with perldoc.

perldoc Net::AMQP::RabbitMQ

If you want to read it before you install it, you can use perldoc directly on the module file.

perldoc RabbitMQ.pm

About

Perl bindings to the librabbitmq-c AMQP library.

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 54.5%
  • Perl 28.8%
  • XS 16.1%
  • Other 0.6%
0