example workflow Coverage Status

NOTICE

This module is presently in a difficult-to-maintain state, and caution should be used in using it.

There is a GitHub Discussion here regarding paths forward, and if you use this module then your input is requested.

It is important that if you use this module, that you mitigate these risks to your satisfaction, or to that of your organization.

Install

cpanm Net::AMQP::RabbitMQ

or

cpan Net::AMQP::RabbitMQ

Documentation

https://metacpan.org/pod/Net::AMQP::RabbitMQ

or once installed perldoc Net::AMQP::RabbitMQ

Tests

There are several environment variables you can set that influence the tests.

https://metacpan.org/pod/Net::AMQP::RabbitMQ#RUNNING-THE-TEST-SUITE

For developers/authors

Once you have cloned the repo, you will need to download the submodules.

git submodule init
git submodule update

When running your own tests, for quick access to a testing RabbitMQ service, consider CloudAMQP.

There are a few convenience scripts to help you out:

To build a release

make distclean
perl Makefile.PL
make manifest
make dist

Known challenges

Special note for macOS

You need pkg-config working, especially for openssl. There are so many different ways to install dependencies, and so many different paths for them, it is becoming very difficult to guess where they will be.

As a result, we're shifting to using pkg-config for this. Please make sure that if you're running into any problems of missing symbols or misplaced files, that you check this first.

OpenSSL Compatibility

To date, OpenSSL v3 is supported.