ingresse / message-queue-php

PHP Message Queue
3 stars 1 forks source link

Consider using queue interprop as abstraction for queues #27

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

hugofcampos commented 6 years ago

Very interesting. We will consider to make a 2.0 version following those interfaces.

Thank you.

makasim commented 6 years ago

@hugofcampos Glad, you find it interesting. Feel free to ask me any questions.