RabbitMQ or ActiveMQ for Android and iphone

I need to implement a simple discussion session (app for Android and iOS). I need advice based on your own experience, what to use, RabbitMQ or ActiveMQ or something else to implement on both platforms in a simple way? Any advice is appreciated.

+3
source share
2 answers

ActiveMQ also works, you just need to include the main library in your Android project.

+2
source

RabbitMQ works with Android.

See for example: http://simonwdixon.wordpress.com/2011/06/03/getting-started-with-rabbitmq-on-android-part-1/

Google, rabbitmq-.

+1

All Articles