Package org.openiam.mq.constants
Class RabbitMQVHosts
- java.lang.Object
-
- org.openiam.mq.constants.RabbitMQVHosts
-
public class RabbitMQVHosts extends Object
Created by alexander on 09/11/16.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACTIVITI_HOST
static String
AM_HOST
static String
AUDIT_HOST
static String
BULK_RECONCILIATION_HOST
static String
BULK_SYNCHRONIZATION_HOST
static String
BUSINESS_RULE_HOST
static String
COMMON_HOST
static String
CONNECTOR_HOST
static String
EXT_LOG_HOST
static String
GROOVY_MANAGER_HOST
static String
IDM_HOST
static String
RECONCILIATION_HOST
static String
SAS_HOST
static String
SYNCHRONIZATION_HOST
static String
USER_HOST
-
Constructor Summary
Constructors Constructor Description RabbitMQVHosts()
-
-
-
Field Detail
-
AM_HOST
public static final String AM_HOST
- See Also:
- Constant Field Values
-
IDM_HOST
public static final String IDM_HOST
- See Also:
- Constant Field Values
-
SYNCHRONIZATION_HOST
public static final String SYNCHRONIZATION_HOST
- See Also:
- Constant Field Values
-
RECONCILIATION_HOST
public static final String RECONCILIATION_HOST
- See Also:
- Constant Field Values
-
BULK_SYNCHRONIZATION_HOST
public static final String BULK_SYNCHRONIZATION_HOST
- See Also:
- Constant Field Values
-
BULK_RECONCILIATION_HOST
public static final String BULK_RECONCILIATION_HOST
- See Also:
- Constant Field Values
-
AUDIT_HOST
public static final String AUDIT_HOST
- See Also:
- Constant Field Values
-
COMMON_HOST
public static final String COMMON_HOST
- See Also:
- Constant Field Values
-
CONNECTOR_HOST
public static final String CONNECTOR_HOST
- See Also:
- Constant Field Values
-
ACTIVITI_HOST
public static final String ACTIVITI_HOST
- See Also:
- Constant Field Values
-
USER_HOST
public static final String USER_HOST
- See Also:
- Constant Field Values
-
GROOVY_MANAGER_HOST
public static final String GROOVY_MANAGER_HOST
- See Also:
- Constant Field Values
-
EXT_LOG_HOST
public static final String EXT_LOG_HOST
- See Also:
- Constant Field Values
-
BUSINESS_RULE_HOST
public static final String BUSINESS_RULE_HOST
- See Also:
- Constant Field Values
-
SAS_HOST
public static final String SAS_HOST
- See Also:
- Constant Field Values
-
-