Open railsmechanic opened 9 years ago
Actually we have completely rewritten it internally and might push it here at some point. There are currently some dependencies to other internal packages that need to be resolved first.
@wellle do you have an estimated/planned time to release the new version?
No not really, sorry.
It would be better if there are commits recently.
@wellle this seems like a pretty cool project. Would love to see the rewrite.
Still on my list :+1:
:+1:
Hey guys, I finally found some time to extract our new implementation and cleaned it up a bit. You can find it here: https://github.com/adjust/rmq/tree/v1
The initial pull request is pending and might be merged next week: https://github.com/adjust/rmq/pull/1
Please take a look and let me know what you think :wink:
good news :+1:
@wellle great! thanks.
Hey @wellle which one do you recommend to use in production as of right now? rmq or redismq?
I just merged https://github.com/adjust/rmq/pull/1.
@taylon: We run rmq in production since March and we never had redismq running in production ourselves. But I believe others do.
I think redismq has some performance optimizations that rmq doesn't have yet. But rmq should be more robust and have the better interface. It's also more feature rich.
Because of the lack of simple and reliable message queues, this project is one of my favorites for dispatching messages with Go, but the last commit is from 1st august 2014...
Is this project still alive?