weyoss / redis-smq

A simple high-performance Redis message queue for Node.js.
MIT License
588 stars 64 forks source link

Are there any plans to implement client SDKs in other languages? Like java #77

Closed suoc closed 2 years ago

suoc commented 2 years ago

Are there any plans to implement client SDKs in other languages? Like java

weyoss commented 2 years ago

Implementing RedisSMQ in other languages is planned but it is not a top priority. Currently my focus is mainly dedicated to improving and making better this message queue.

Golang is preferred over Java as it is optimized for performance and simplicity.

weyoss commented 2 years ago

Closing as resolved.