3

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.

Damir
  • 54,277
  • 94
  • 246
  • 365

2 Answers2

2

ActiveMQ also works, you just have to include the core library in your Android project.

Sinthia V
  • 2,103
  • 2
  • 18
  • 36
  • 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