Damir
Damir

Reputation: 56249

RabbitMQ or ActiveMQ for both android and iphone

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

Answers (2)

user1656086
user1656086

Reputation: 49

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

Upvotes: 2

alexis
alexis

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

Related Questions