I am looking to move from the yii-queue db to ampq. This is for yii2.
I have a few questions:
Why doesn’t the ampq command class support queue/clear? Is this because of how ampq works or because it was just never implemented in the driver?
Why doesn’t the ampq command class support queue/info? Is this because of how ampq works or because it was just never implemented in the driver?
Why doesn’t the ampq command class support queue/remove? Is this because of how ampq works or because it was just never implemented in the driver?
Does ampq not support channels? Right now, with the db driver, I have 1 table and 2 channels (queue1 and queue2) using that table. I assume that isn’t relevant here, and I basically need 2 ampq queues (queue1 and queue2)? I have two yii-queue db driver channels to support two different different ttr’s. Since I’m used to the db driver, I may just be looking at this incorrectly.