laravel-amqp icon indicating copy to clipboard operation
laravel-amqp copied to clipboard

Consider using queue interprop as abstraction for queues

Open makasim opened this issue 7 years ago • 1 comments

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

makasim avatar Jan 26 '18 15:01 makasim

Looks great ;)

Currently I have little free time to really innovate on laravel-amqp, but I would appreciate any PR you could make.

FractalizeR avatar Apr 05 '18 18:04 FractalizeR