I am engaged in a science project that focuses on providing some of the improved LBS services for Android. To do this, we create a little middleware. Its main message uses MOM (in our implementation -> JMS).
In the past, I used ActiveMQ JMS implementation using JNDI connection, and it seems to be unavailable on Android. I searched the Internet, and I found several topics about using XMPP as a transport to communicate with an event broker.
The problem is that I have never worked with XMPP, and it seems that this is really not trivial compared to the "standard" use. Is this really different from the “standard” JNDI / ActiveMQ? Also, are there other FOSS JMS implementations for Android that are easy to use?
source
share