一、安装扩展
yum install librabbitmq-devel.x86_64
wget http://pecl.php.net/get/amqp-1.4.0.tgz
tar -zxvf amqp-1.4.0.tgz
cd amqp-1.4.0
phpize
./configure --with-amqp
make && make install
二、简单使用
可参考地址:https://my.oschina.net/qidis/blog/515998
或
一、安装扩展
yum install librabbitmq-devel.x86_64
wget http://pecl.php.net/get/amqp-1.4.0.tgz
tar -zxvf amqp-1.4.0.tgz
cd amqp-1.4.0
phpize
./configure --with-amqp
make && make install
二、简单使用
可参考地址:https://my.oschina.net/qidis/blog/515998
或