/* */ {
/* 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
/* */ {
/* 419 */ this.postOffice = new MessagingPostOffice(this.ds, tm, this.sqlProperties, this.createTablesOnStartup, nodeId, this.officeName, ms, pm, tr, ff, cf, idManager, clusterNotifier);
/* */ }
/* */
/* 427 */ this.postOffice.start();
/* */
/* 429 */ this.started = true;