rybakit / phive-queue

$queue->push('I can be popped off after', '10 minutes');
MIT License
166 stars 10 forks source link

Is rabbitmq support feasible? #19

Open josegonzalez opened 8 years ago

josegonzalez commented 8 years ago

I have taken a cursory glance at the package, and my initial answer is "maybe", but since you are the author, you might have a better idea.

One potential issue is needing to handle exchange/routing_key/queue semantics, which I don't know if any of your drivers currently handle.

rybakit commented 8 years ago

I made a amqp queue prototype time ago, but the main issue I had was that it's not possible to determine a size for such queues. That is one of the reasons why I created https://github.com/rybakit/phive-queue/issues/13.