Reputation: 56249
I need to implement for exam simple chat ( android and ios app ). I need advice based on your own experience what to use, RabbitMQ or ActiveMQ or something else to implement on both platforms on easy way ? Any advice is welcome.
Upvotes: 3
Views: 2167
Reputation: 49
ActiveMQ also works, you just have to include the core library in your Android project.
Upvotes: 2
Reputation: 409
RabbitMQ works with Android.
See for example: http://simonwdixon.wordpress.com/2011/06/03/getting-started-with-rabbitmq-on-android-part-1/
I also recommend using Google to find more examples, and checking on the rabbitmq-discuss mailing list.
Upvotes: 1