Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java implementation #48

Closed
eduardolundgren opened this issue Mar 27, 2017 · 4 comments
Closed

Java implementation #48

eduardolundgren opened this issue Mar 27, 2017 · 4 comments

Comments

@eduardolundgren
Copy link

First of all thank you for rsmq, it's an amazingly simple message queue solution. Due to it's simplicity it's a good way to share a message queue layer in different technologies.

In our case, Java was sending messages to Node.js in the same infrastructure, therefore we decided to implement (port) this project. It's available here https://github.com/wedeploy/jrsmq. We've tried to keep the api as similar as possible. If you are interested we can support it as the official Java version.

@smrchy
Copy link
Owner

smrchy commented Mar 28, 2017

Eduardo, thank you for your work on the Java Version. I added a section for RSQM in other languages in the README.md.

@dvdplm
Copy link

dvdplm commented Dec 8, 2017

Hi there,
I wrote a Rust implementation of rsmq (repo: https://github.com/dvdplm/rsmq-rust). It's early days but it's API complete and seem to work fine with the JS original. It has been a lot of fun to work on and I agree with @eduardolundgren that rsmq is a great tool for many things. Thanks!
Let me know if there's any interest in listing rsmq-rust alongside the Java version and if there is anything in particular I should add/change for that to happen.

@smrchy
Copy link
Owner

smrchy commented Mar 1, 2018

Updated the URL for the Java Implementation. See #69

@duttasuraj
Copy link

Do RSMQ supports .Net Client (.Net Core) or is there any .net implementaion of rsmq ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants