首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > PHP > PHP C扩展AMQP(高级消息队列协议)使用librabbitmq

PHP C扩展AMQP(高级消息队列协议)使用librabbitmq

资 源 简 介

php-amqp is a PHP Extension written in C to enable support for AMQP (Advanced Message Queuing Protocol) messaging directly from PHP. The extension is using the rabbitmq library (Version 1.6.0, AMQP Version 0.8) (http://hg.rabbitmq.com/rabbitmq-c). Installation Download librabbitmq-c from from http://hg.rabbitmq.com/rabbitmq-c/ and extract its contents. Download librabbitmq-codegen from http://hg.rabbitmq.com/rabbitmq-codegen/ and extract its contents to a subdirectory in librabbitmq-c named "codegen" or if you have mercurial installed: hg clone http://hg.rabbitmq.com/rabbitmq-ccd rabbitmq-chg clone http://hg.rabbitmq.com/rabbitmq-codegen codegen Compile and install librabbitmq using: autoreconf -i && ./configure && make && sudo make install Download and unpack the PHP extension, compile and install it using: phpize && ./configure --with-amqp && make

文 件 列 表

package.xml
amqp-0.0.7
INSTALL
EXPERIMENTAL
config.m4
amqp.c
php_amqp.h
example.php
tests
001.phpt
CREDITS

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.170188s