adfinis / syrpc-php

SyRPC - RPC for stateless backends
GNU Lesser General Public License v3.0
0 stars 1 forks source link

Consider using queue interprop as abstraction for queues #3

Open makasim opened 6 years ago

makasim commented 6 years ago

Hello!

Please look at https://github.com/queue-interop/queue-interop project. Using interfaces from it allows us reuse some implementations like enqueue, which supports a lot of transports. You can outsource some code

rhizoome commented 6 years ago

Thanks a lot. This project is going to die soon. Most current message-queues and message-passing solutions are way too heavy. We have our own light variant: https://github.com/concretecloud/chirp we will replace syrpc-php, with a chirp based implementation, soonish.