kakserpom / phpdaemon

Asynchronous server-side framework for network applications implemented in PHP using libevent
http://daemon.io/
GNU Lesser General Public License v3.0
1.53k stars 231 forks source link

amqp client #192

Closed agborkowski closed 6 years ago

agborkowski commented 9 years ago

Phpdeamon will be excellent to implement amqp protocol for broker and resolver message.

any ideas how to start implement async non blocking usage of this protocol ?

simplicity class over pecl amqp https://github.com/UnionOfRAD/li3_queue/blob/master/extensions/adapter/queue/AMQP.php

kakserpom commented 9 years ago

You want to implement by yourself? You are welcome, just look at other clients like Redis or MySQL and implement this protocol. This is not so difficult.

kakserpom commented 9 years ago

I would be happy to answer any questions and help you in every way. But I do no think that right now I have enough time and motivation to implement it on my own. Just moved to Vietnam, so many things to do :-)

agborkowski commented 9 years ago

im considering it :), have u good accommodation !? :) :beers:

kakserpom commented 9 years ago

Yes I have. Are you going to implement this protocol in async way?

agborkowski commented 9 years ago

yeah ill try

sashok1337 commented 9 years ago

Any results? I also need amqp client for my project :)

hurdos commented 6 years ago

@sashok1337 Added AMQP Clinet https://github.com/kakserpom/phpdaemon/blob/master/PHPDaemon/Clients/AMQP/README_RU.md I think the ticket can be closed.

sashok1337 commented 6 years ago

@hurdos thanx 👍

Will test soon.