goffyara / yii2-amqp

Another php-amqplib wrapper for yii2
MIT License
0 stars 0 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

goffyara commented 6 years ago

It makes sense. However, there is yii2-queue.