Here it is the post
http://jason-sherman.blogspot.no/2012/08/android-mqtt-with-activemq.html of
someone who built an activemq mqtt android client using the FuseSource MQTT
client library. And both codes are available in git =D
At the moment Im trying to see if I can get the client to work with
cal
Hi! I have found a new app for ActiveMQ if you if you are still interested,
works great for me:
https://play.google.com/store/apps/details?id=com.maildover.actovemq4
--
View this message in context:
http://activemq.2283324.n4.nabble.com/ActiveMQ-for-Android-tp3220245p4667611.html
Sent from th
you should be able to extract the simple stomp java api from the
activemq source: see usage example here:
http://activemq.apache.org/stomp.html#Stomp-JavaAPI
but the connection oriented nature of jms/stomp and the disconnected
nature of mobile may not be a good match. You may want to consider
usin
I forgot:
some of the solutions offered by some other desperate users ar not
satisfying:
The XMPP-protocol seems to translate every message into a TextMessage. I
need to use MapMessages as well.
Also, I want to avoid to use some proxy translating ActiveMQ messages into
other messages that are