rmq
rmq copied to clipboard
compatibility with rsmq & rsmq_async
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