| Projects on Google Code | Results 1 - 10 of 20 |
#summary Home page giving a high level overview of the project.
= Introduction =
A messaging broker in my opinion should be fairly easy to write. I happened to come across a proposed messaging standard (yet another!) called _[http://www.amqp.org Advanced Message Queue Protocol]_. Apparently Ap...
PHP library implementing Advanced Message Queuing Protocol (AMQP).
The library is port of python code of py-amqplib [http://barryp.org/software/py-amqplib/]
For discussion, please join the group:
http://groups.google.com/group/php-amqplib-devel
For bug reports, please use bug tracking s...
Open Source Implementation of the AMQP Messaging Protocol.
* Embeddable (Possibly)
* Written in C++
* Broker
* Client APIs in C, C++, Ruby, Python
* Transaction management
* Security
* Management
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...
== What is RabbitMQ-memcached ==
[http://www.rabbitmq.com/ RabbitMQ] is a complete and highly reliable enterprise messaging system based on the [http://www.rabbitmq.com/specification.html emerging AMQP standard].
Even the AMQP standard is very powerful, it also means that we should introduce a n...
Implements a simple non-threaded Python client library for AMQP 0-8, tested with [http://www.rabbitmq.com/ RabbitMQ].
The initial need was for something that could be used in an embedded Python environment, in which case reliance on threading would probably cause trouble. A quick connection ti...
Robust messaging using python, [http://ask.github.com/carrot/ carrot], [http://code.google.com/p/kamaelia/ kamaelia] and [http://www.rabbitmq.com/ rabbitmq].
This project includes:
* RabbitMQ Extension
* C++ client for RabbitMQ
Here is the [http://x-macro.com/products/carrot HomePage] of carrot-rabbit
Middleware to exchange messages with high performance , clustering and load balance technologies, through intelligent agents (SmartAgents).
The TyphoonAE project aims at providing a full-featured and productive serving environment to run [http://code.google.com/appengine Google App Engine] (Python) applications. It delivers the parts for building your own scalable App Engine while staying compatible with Google's API.
_Important note...