All Projects → omniti-labs → Net--RabbitMQ

omniti-labs / Net--RabbitMQ

Licence: Unknown, Unknown licenses found Licenses found Unknown LICENSE Unknown LICENSE-MPL-RabbitMQ
Perl bindings to the librabbitmq-c AMQP library.

Programming Languages

c
50402 projects - #5 most used programming language
XS
67 projects
perl
6916 projects
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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].