Hi Joe, Im replying to this here, since it seems a bit more related than the SSL thread :)
> My next step is to try and use the qpid client code to talk to a c++ broker. > The issue is Android doesn't have the javax namespace... thus the JNDI stuff > doesn't fly. Any way to get a connection started via qpid client without > using that namespace? It is possible to start a connection without using JNDI by using implementation classes directly which arent really intended for direct use and so can/will get changed at any point. You would then however immediately run into the fact that JMS lives in the javax namespace, and those same implementation classes implement JMS so you will hit the issue regardless of JNDI use. Google appear to have made a nice page with advice on the subject of javax issues: http://code.google.com/p/dalvik/wiki/JavaxPackages Robbie On 11 November 2011 17:04, Joe Porto <[email protected]> wrote: > Has anyone ever developed an Android app that uses a Qpid client to speak to > a Qpid c++ broker? > > Joe > --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
