laminas / laminas-diagnostics

A set of components for performing diagnostic tests in PHP applications
https://docs.laminas.dev/laminas-diagnostics/
BSD 3-Clause "New" or "Revised" License
55 stars 32 forks source link

Consider using queue interprop as abstraction for queues #1

Closed weierophinney closed 3 years ago

weierophinney commented 4 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


Originally posted by @makasim at https://github.com/zendframework/zend-diagnostics/issues/85

Ocramius commented 3 years ago

Very much for this change, but in the form of a pull request, rather than a TODO item.

Closing here, as it won't be actively worked on by maintainers of the library.