Update the properties of the performance configuration.
void updatePerformanceConfiguration(SUPConfigurationComponentVO serverComponent)
throws SUPAdminException;
If successful, returns silently. If unsuccessful, throws SUPAdminException.
supConf.refreshClusterConfiguration();
SUPConfigurationComponentVO confVO = supConf
.getPerformanceConfiguration();
confVO.getProperties().put("sup.msg.inbound_count", "70");
supConf.updatePerformanceConfiguration(confVO);
supConf.commitClusterConfiguration();