/* */
/* 311 */ this.supportsFailover = supportsFailover;
/* */
/* 313 */ this.nbSupport = new NotificationBroadcasterSupport();
/* */
/* 315 */ this.replicateSemaphore = new ClearableSemaphore(maxConcurrentReplications);
/* */
/* 317 */ this.useJGroupsWorkaround = "true".equals(System.getProperty("jboss.messaging.usejgroupsworkaround"));
/* */
/* 319 */ log.debug("Using JGroups flow control workaround: " + this.useJGroupsWorkaround);
/* */ }