yiisoft / queue

Queue extension for Yii 3.0
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
54 stars 29 forks source link

A list of nice to add adapters. Feel free to make a proposition #202

Closed g41797 closed 2 months ago

g41797 commented 4 months ago

Title was stollen.

I created NATS adapter repo as public template for development of yii queue adapters.

"Feel free to make a proposition"

  1. Apache Pulsar
samdark commented 4 months ago
samdark commented 4 months ago

https://github.com/php-enqueue

samdark commented 4 months ago
samdark commented 4 months ago
g41797 commented 4 months ago

https://github.com/php-enqueue

already started to add nats

i am not sure that is's suitable - i don't remember whether it supports status(jobId) I'll check

Update: i am using php-enqueue/sqs for queue-sqs adapter

g41797 commented 4 months ago

I'd like to add following issues to discussion:

g41797 commented 3 months ago
  • SQS/SNS.

Regarding SNS - see AWS SNS vs SQS Looks SNS itself is not suitable for background processing Only SNS+SQS combination, but it's too mach

samdark commented 3 months ago

Yes, they're usually used together.

g41797 commented 2 months ago

Developed adapters:

Looks this issue may be closed as completed