diff options
author | clsung <clsung@FreeBSD.org> | 2011-10-30 19:04:47 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2011-10-30 19:04:47 +0800 |
commit | 94db05eb0b20ed8a2bb9b26c37975301c52b44f3 (patch) | |
tree | a13d7fe38a7ee59eabb153079748bcbf1270c6f3 /net/Makefile | |
parent | 4b5c7a02725bdc84a9813a86e67ca7062cc3d94d (diff) | |
download | freebsd-ports-gnome-94db05eb0b20ed8a2bb9b26c37975301c52b44f3.tar.gz freebsd-ports-gnome-94db05eb0b20ed8a2bb9b26c37975301c52b44f3.tar.zst freebsd-ports-gnome-94db05eb0b20ed8a2bb9b26c37975301c52b44f3.zip |
AnyEvent::RabbitMQ is an AMQP(Advanced Message Queuing Protocol) client
library, that is intended to allow you to interact with AMQP-compliant
message brokers/servers such as RabbitMQ in an asynchronous fashion.
You can use AnyEvent::RabbitMQ to -
* Declare and delete exchanges
* Declare, delete, bind and unbind queues
* Set QoS
* Publish, consume, get, ack, recover and reject messages
* Select, commit and rollback transactions
AnyEvnet::RabbitMQ is known to work with RabbitMQ versions 2.5.1 and
version 0-8 of the AMQP specification.
WWW: http://search.cpan.org/dist/AnyEvent-RabbitMQ/
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index d02c74e5ea2c..4bbf76d69c77 100644 --- a/net/Makefile +++ b/net/Makefile @@ -477,6 +477,7 @@ SUBDIR += p5-AddressBook SUBDIR += p5-Amazon-SQS-Simple SUBDIR += p5-AnyEvent-MPRPC + SUBDIR += p5-AnyEvent-RabbitMQ SUBDIR += p5-AnyEvent-Twitter SUBDIR += p5-AnyEvent-Twitter-Stream SUBDIR += p5-Apache2-SOAP |