forked from mcintyred/php-amqp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated README. Includes changes from last push which had not been co…
…mmitted properly
- Loading branch information
Duncan McIntyre
committed
Oct 31, 2013
1 parent
cc98853
commit 4a7d9f7
Showing
8 changed files
with
108 additions
and
197 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
[![Build Status](https://secure.travis-ci.org/pdezwart/php-amqp.png)](http://travis-ci.org/pdezwart/php-amqp) | ||
|
||
# PHP AMQP bindings | ||
|
||
Object-oriented PHP bindings for the AMQP C library (https://github.com/alanxz/rabbitmq-c) | ||
A fork of the official bindings here: https://github.com/alanxz/rabbitmq-c. | ||
|
||
This fork adds two classes | ||
|
||
AMQPConsumer and AMQPConsumerDispatcher | ||
|
||
which allow, when using multiple connections, a script to consume | ||
from multiple queues at the same time. | ||
|
||
The code uses select() for efficiency. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.