adjust / rmq

Message queue system written in Go and backed by Redis
MIT License
1.57k stars 206 forks source link

compatibility with rsmq & rsmq_async #93

Closed GopherJ closed 10 months ago

GopherJ commented 4 years ago

In nodejs rsmq is pretty popular, it has been ported to rust as rsmq_async.

For some reasons, I need to use rmq in golang, and use rust rsmq_async as a consumer, is it possible? I think it's pretty important for rmq to be compatible with other redis message queue implementations in other languages

wellle commented 1 year ago

This looks like it would have to be a major breaking change. I don't think this is going to happen anytime soon. At least I don't have the capacity to work on this.

wellle commented 10 months ago

Also closing as won't fix :v: