Android application connected to an ActiveMQ server
问题 I wanted to know if it is possible to create an Android Application that sends and receives messages through the ActiveMQ server? if its been done can you show me some examples perhaps? Thank you for taking the time to read 回答1: you can use Stomp Java lib to consume from queues https://github.com/fusesource/stompjms here an example of android app that talk to activemq https://github.com/jsherman1/android-mqtt-demo https://dzone.com/articles/android-mqtt-activemq http://activemq.apache.org