/* 389 */ jChannelFactory = new MultiplexerChannelFactory(this.server, this.channelFactoryName, this.channelPartitionName, this.controlChannelName, this.dataChannelName);
/* */ }
/* */ else
/* */ {
/* 395 */ this.log.debug(this + " uses XMLJChannelFactory");
/* 396 */ jChannelFactory = new XMLChannelFactory(this.controlChannelConfig, this.dataChannelConfig);
/* */ }
/* */ }
/* */ else
/* */ {
/* 401 */ this.log.debug(this + " uses XMLJChannelFactory");
/* 402 */ jChannelFactory = new XMLChannelFactory(this.controlChannelConfig, this.dataChannelConfig);
/* */ }
/* */
/* 405 */ this.postOffice = new MessagingPostOffice(this.ds, tm, this.sqlProperties, this.createTablesOnStartup, nodeId, this.officeName, ms, pm, tr, ff, cf, idManager, clusterNotifier, this.groupName, jChannelFactory, this.stateTimeout, this.castTimeout, serverPeer.isSupportsFailover(), this.maxConcurrentReplications);
/* */ }
/* */ else