Hi Joe, You can certainly bypass the ConnectionFactory and JNDI by using the underlying implementation classes of the client, eg just using the AMQConnection class directly. This wouldnt normally be advisable though since it isnt intended as the supported API and can change without notice, but either way as per my previous email on the matter you would still need to work around limitations of running on Android because the clients implementation classes implement JMS which itself lives in the javax namespace.
Robbie On 3 December 2011 18:00, Joe Porto <[email protected]> wrote: > Is there anyway to connect to a broker over a socket? I don't want to go > through the normal connection factory route because I am working on putting a > client library on the android platform. The droid platform does not support > JNDI, javax, etc. > --------------------------------------------------------------------- > Apache Qpid - AMQP Messaging Implementation > Project: http://qpid.apache.org > Use/Interact: mailto:[email protected] > --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
