I moved the our .Net platform from SQL Server to MySQL, to let my technologies communication easy how I can use communication via message bus (rabbitmq) using node, please help?
Asked
Active
Viewed 224 times
-2
-
Hi, in rabbitmq have a tutorial how can implement RMQ with Nodejs https://www.rabbitmq.com/tutorials/tutorial-one-javascript.html, I will create a gist – Kiramishima Aug 28 '17 at 22:36
-
I create a Gist with sample code https://gist.github.com/kiramishima/07bb633706d5cf72afde54479f8806a4 – Kiramishima Aug 28 '17 at 22:37
1 Answers
0
If you want to get answers I suggest you read How do I ask a good question?
Then head to Google and look up RabbitMQ. You'll find a plethora of tutorials that will guide you step by step.
If you've already done all this, then please extrapolate on your question. Give us details on what is causing you problems and where you're stuck.
I hope this doesn't come off as rude, your question is just too broad to answer.

trs
- 339
- 3
- 8
-
Thank you for your advice, but yes I searched and tried all the stuff regarding RabbitMQ. – kajal2370 Aug 28 '17 at 22:41
-
Where did you get stuck on? What confused you? What couldn't you get working? – trs Aug 28 '17 at 22:47
-
But my question is if We moved .Net platform from MS SQL to MySQL. Now I want a Node application which uses RabbitMQ to communicate with my .Net technologies . – kajal2370 Aug 28 '17 at 22:47
-
You could implement rabbit into your .net applications: https://www.rabbitmq.com/dotnet.html – trs Aug 28 '17 at 22:49