if(ConnectorsUtil.belongsToSystemRA(raName)){
if(!ConnectorsUtil.isJMSRA(raName)){
return ;
}
}
probeProvider = new WorkManagementProbeProvider();
String monitoringModuleName = ConnectorConstants.MONITORING_CONNECTOR_SERVICE_MODULE_NAME;
if(ConnectorsUtil.isJMSRA(raName)){
dottedNamesHierarchy = ConnectorConstants.MONITORING_JMS_SERVICE +
ConnectorConstants.MONITORING_SEPARATOR + ConnectorConstants.MONITORING_WORK_MANAGEMENT;