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.
Asked
Active
Viewed 2,122 times
2 Answers
2
ActiveMQ also works, you just have to include the core library in your Android project.

Sinthia V
- 2,103
- 2
- 18
- 36

user1656086
- 49
- 3
-
Someone recently said that ActiveMQ is not working with android. http://stackoverflow.com/questions/28189452/activemq-is-not-working-in-android – JK Patel Sep 08 '16 at 06:04
1
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.

alexis
- 409
- 2
- 2