Tuesday 17 October 2017

Looking for message queue abstraction

I'm looking for something that will abstract integration with message queue systems.What I need is an abstraction which allows me to implement message/job handling without deciding which message queue solution will be used (for start it can be DB based on, later it will be switched to Amazon SQS).Basically, I'm looking for something similar to Laravels Queue system (http://ift.tt/2go9nMf).I've found lots of packages that are bound to a specific server (eg redis, SQS). Is there anything available that would suit my case?Thanks,

Submitted October 17, 2017 at 09:46AM by __radmen

No comments:

Post a Comment