Hi,
for all who are interessted in this:
I create zend framework 2 module for rabbit mq integration. Most parts are already done. Some ideas and implementation details are comming from the RabbitMqBundle (
https://github.com/videlalvaro/rabbitmqbundle) for the Symfony 2 Framework.
Current features:
- based on php-amqplib (
https://github.com/videlalvaro/php-amqplib)
- support for all exchange bindings: direct, topic, fanout, header
- producers
- consumers
- multiple consumers
- anon consumers
- rpc client
- rpc server
- supervisor integration via HumusSupervisorModule and supervisord
- more to come...
Released under MIT-License, contributions welcome!
Url:
https://github.com/prolic/HumusAmqpModuleSascha-Oliver Prolic