-
Notifications
You must be signed in to change notification settings - Fork 125
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
Comments
Eduardo, thank you for your work on the Java Version. I added a section for RSQM in other languages in the README.md. |
Hi there, |
Updated the URL for the Java Implementation. See #69 |
Do RSMQ supports .Net Client (.Net Core) or is there any .net implementaion of rsmq ? |
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.
The text was updated successfully, but these errors were encountered: