Webador / SlmQueue

Laminas / Mezzio module that integrates with various queue management systems.
Other
138 stars 57 forks source link

Adapters not functioning on master: SlmQueueBeanstalkd and SlmQueueSqs #236

Closed taat closed 2 years ago

taat commented 3 years ago

How can I use SlmQueue with beanstalkd?

Looks like https://github.com/JouwWeb/SlmQueueBeanstalkd does not support Laminas yet (used in SlmQueue 2.0) Composer complains about Zend Framework dependencies.

 Problem 1
    - Conclusion: remove laminas/laminas-mvc 3.1.1
    - Conclusion: don't install laminas/laminas-mvc 3.1.1
    - slm/queue-beanstalkd 0.4.x-dev requires zendframework/zend-mvc ~2.2 -> satisfiable by zendframework/zendframework[2.2.0, 2.2.0rc1, 2....
...
   - Installation request for laminas/laminas-mvc (locked at 3.1.1, required as ^3.0.1) -> satisfiable by laminas/laminas-mvc[3.1.1].
   - Installation request for slm/queue-beanstalkd  0.4.* -> satisfiable by slm/queue-beanstalkd[0.4.x-dev, v0.4.0, v0.4.1, v0.4.2].
roelvanduijnhoven commented 3 years ago

@taat The SlmQueue and SlmQueueDoctrine projects are actively maintained, and work with Laminas. This library is however not up-to-date at the moment.

Main problem being no one in our team actually uses Beanstalk.

Would you be willing to help with creating a PR? I could obviously assist, and make sure a new release is created right after we fix this.

roelvanduijnhoven commented 3 years ago

I'll leave this one opened, because we mention this library in this repo but it does not work. But let's iterate on this issue over here: https://github.com/JouwWeb/SlmQueueBeanstalkd/issues/66.

roelvanduijnhoven commented 2 years ago

We archived that repo. So it is indeed no longer supported. Obviously feel free to fork, and fix if you using Beanstalkd!