Skip to content
This repository has been archived by the owner on Dec 17, 2018. It is now read-only.

dmarkham/Net--RabbitMQ

 
 

Repository files navigation

Code: https://github.com/omniti-labs/Net--RabbitMQ

You can install this using in the usual Perl fashion:

	perl Makefile.PL
	make
        make test
	# (or) env MQHOST="localhost" make test
	make install
	
The documentation is in the module file.  Once you install
the file, you can read it with perldoc.

	perldoc Net::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-MPL-RabbitMQ

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 85.3%
  • Perl 14.7%