This is developer branch. You must to use for work the stable branch.
Object-oriented PHP bindings for the AMQP C library (https://github.com/alanxz/rabbitmq-c)
RabbitMQ C library, commonly known as librabbitmq (librabbitmq >= 0.6.0 required).
# Download the rabbitmq-c library @ version 0-9-1
git clone git://github.com/alanxz/rabbitmq-c.git
cd rabbitmq-c
# Enable and update the codegen git submodule
git submodule init
git submodule update
# Configure, compile and install
autoreconf -i && ./configure && make && sudo make install
cd ..
git clone [email protected]:akalend/hhvm-amqp.git
cd hhvm-amqp
./hphpize
cmake . && make && make install
Editing the /etc/hhvm/php.ini [optional]:
hhvm.dynamic_extension_path = /usr/lib/x86_64-linux-gnu/hhvm/extensions/.. build number .../
hhvm.dynamic_extensions[] = amqp.so