Package org.objectweb.joram.client.jms.local

Examples of org.objectweb.joram.client.jms.local.LocalConnectionFactory


 
  /**
   * @see org.osgi.framework.BundleActivator#start(org.osgi.framework.BundleContext)
   */
  public void start(BundleContext context) throws Exception {
    cf = new LocalConnectionFactory();

    Properties props = new Properties();
    props.setProperty("java.naming.factory.initial""fr.dyade.aaa.jndi2.client.NamingContextFactory");
    props.setProperty("java.naming.factory.host""localhost");
    props.setProperty("java.naming.factory.port""16400");
View Full Code Here

TOP

Related Classes of org.objectweb.joram.client.jms.local.LocalConnectionFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.