uecode / qpush-bundle

Asynchronous processing for Symfony using Push Queues
qpush-bundle.readthedocs.org
Apache License 2.0
168 stars 54 forks source link

Doctrine Provider #104

Open talisman-innovations opened 8 years ago

talisman-innovations commented 8 years ago

Hi

We've developed a custom provider to use the doctrine ORM to store messages. It's been very useful for our project. I've seen some interest in it from others. If I recast it as a new native provider, is it something that you would like to pull into the project? Just want to check before doing the small rewrite required.

Regards

Steven Brookes

k-k commented 8 years ago

@talisman-innovations - Yeah, I'd love to look at what an implementation would look like and if doctrine DBAL makes more sense over the ORM (maybe that was implied?).

I think the only other consideration would be issue #101 - if we were to split the providers out into separate libraries.

talisman-innovations commented 8 years ago

I've finally got around to submitting this in pull request #110 Let me know what you think.