Hi, Any work being done to port activemq on Android. Seems like a lot of the 1.5 packages are not included in the core libraries on Android. For ex. javax.naming.*
Do you think it's worth spending time into creating an activemq jar without JNDI stuff, removing javax.naming etc. to be left with a bare jar that does the basics (but works!). Following are the 1.5 packages not supported by Android: # java.applet # java.awt # java.beans # java.lang.management # java.rmi # javax.accessibility # javax.activity # javax.imageio # javax.management # javax.naming # javax.print # javax.rmi # javax.security.auth.kerberos # javax.security.auth.spi # javax.security.sasl # javax.swing # javax.transaction # javax.xml (sauf javax.xml.parsers) # org.ietf.* # org.omg.* # org.w3c.dom.* Cheers, J -- View this message in context: http://www.nabble.com/activemq-for-android-tp22960865p22960865.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
