1 Star 0 Fork 0

zhzhouq9/rabbitmq-tutorials

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
bin/travisci
clojure
common-lisp
dart
dotnet-visual-studio
dotnet
elixir
erlang
go
haskell
java-idea
java-mvn
java
javascript-nodejs
kotlin
objective-c
perl
php-amqp
php-interop
README.md
emit_log.php
emit_log_direct.php
emit_log_topic.php
new_task.php
receive.php
receive_logs.php
receive_logs_direct.php
receive_logs_topic.php
rpc_client.php
rpc_server.php
send.php
worker.php
php
python
ruby
rust
scala
soapui
spring-amqp
swift
.gitignore
.travis.yml
LICENSE.txt
Makefile
README.md
test.py
travisci.py
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

RabbitMQ tutorials ported to PHP's queue-interop

This is a PHP tutorial port to the queue-interop family of libraries. These examples will work with any interop-compatible transport such as enqueue/amqp-ext, enqueue/amqp-bunny, or enqueue/amqp-lib.

Requirements

As with other ports, to run the tutorials you'd need a RabbitMQ node started on localhost with all defaults.

PHP 5.5+

You need PHP 5.5 and one of the queue-interop compatible transport libraries.

Composer

Then install Composer per instructions on their site.

Client Library

Then you can, for example, install enqueue/amqp-bunny using Composer.

To do that install Composer and add it to your path, then run the following command inside this project folder:

composer require enqueue/amqp-bunny
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/zhzhouq9/rabbitmq-tutorials.git
git@gitee.com:zhzhouq9/rabbitmq-tutorials.git
zhzhouq9
rabbitmq-tutorials
rabbitmq-tutorials
master

搜索帮助