Package org.jboss.messaging.core.plugin.postoffice.cluster.jchannelfactory

Examples of org.jboss.messaging.core.plugin.postoffice.cluster.jchannelfactory.XMLJChannelFactory


                                                 syncChannelName, asyncChannelName);
            }
            else
            {
               log.debug(this + " uses XMLJChannelFactory");
               jChannelFactory = new XMLJChannelFactory(syncChannelConfig, asyncChannelConfig);
            }
         }
         else
         {
            log.debug(this + " uses XMLJChannelFactory");
            jChannelFactory = new XMLJChannelFactory(syncChannelConfig, asyncChannelConfig);
         }

         postOffice =  new DefaultClusteredPostOffice(ds, tm, sqlProperties,
                                                      createTablesOnStartup,
                                                      nodeId, officeName, ms,
View Full Code Here

TOP

Related Classes of org.jboss.messaging.core.plugin.postoffice.cluster.jchannelfactory.XMLJChannelFactory

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.