Package org.objectweb.joram.client.jms

Examples of org.objectweb.joram.client.jms.XATopicConnection


   * @exception IllegalStateException  If the server is not listening.
   */

  public javax.jms.XATopicConnection createXATopicConnection(String name, String password) throws javax.jms.JMSException {
    initIdentity(name, password);
    return new XATopicConnection(params, createRequestChannel(params, identity, reliableClass));
  }
View Full Code Here

TOP

Related Classes of org.objectweb.joram.client.jms.XATopicConnection

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.