I want to make communication between mobile app and desktop app using RabbitMQ for messaging. Is it possible to start rabbitmq-server on mobile device like on PC or you have to use CloudAMQP for that (like here: https://www.cloudamqp.com/blog/2015-07-29-rabbitmq-on-android.html)?
Asked
Active
Viewed 335 times
0
-
Why you want to start RabbtMQ server on mobile? Better start it on your PC. Publish/consume messages from your mobile/PC to that RabbitMQ server. – kleash Dec 27 '16 at 06:41
-
http://stackoverflow.com/questions/41337444/cannot-connect-to-rabbitmq-server-from-remote-machine-android-device/41343420#41343420 – gooornik07 Dec 27 '16 at 10:31