thomasvargiu / RabbitMqModule

PHP implementation of AMQP protocol
15 stars 9 forks source link

Consider using queue interprop as abstraction for queues #10

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