Class MessageProcessorConstants
- java.lang.Object
-
- org.apache.synapse.message.processor.MessageProcessorConstants
-
public final class MessageProcessorConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CRON_EXPRESSION
static String
DEPRECATED_FORWARDING_PROCESSOR_CLASS
static String
DEPRECATED_SAMPLING_PROCESSOR_CLASS
Deprecated message processor implementation class namesstatic int
INITIAL_EXECUTION_DELAY
Initial delay to start message processor if it is deactivated (in milliseconds)static String
INTERVAL
Scheduled Message Processor parametersstatic String
IS_ACTIVATED
static String
MAX_DELIVER_ATTEMPTS
Message processor parametersstatic String
MAX_STORE_CONNECT_ATTEMPTS
Constant to define maximum number of connection attempts to storestatic String
MEMBER_COUNT
static String
PARAMETERS
static String
PINNED_SERVER
static String
PROCESSOR_INSTANCE
static String
RETRY_INTERVAL
This is used to control the retry rate when the front end client is not reachable.static String
SCHEDULED_MESSAGE_PROCESSOR_GROUP
static String
STORE_CONNECTION_ERROR
Constant to identify an issue with connecting to storestatic String
STORE_CONNECTION_RETRY_INTERVAL
Constant to define connection retry interval to associated message storestatic long
THRESHOULD_INTERVAL
Threshould interval value is 1000.
-
Constructor Summary
Constructors Constructor Description MessageProcessorConstants()
-
-
-
Field Detail
-
PARAMETERS
public static final String PARAMETERS
- See Also:
- Constant Field Values
-
INTERVAL
public static final String INTERVAL
Scheduled Message Processor parameters- See Also:
- Constant Field Values
-
CRON_EXPRESSION
public static final String CRON_EXPRESSION
- See Also:
- Constant Field Values
-
MEMBER_COUNT
public static final String MEMBER_COUNT
- See Also:
- Constant Field Values
-
THRESHOULD_INTERVAL
public static final long THRESHOULD_INTERVAL
Threshould interval value is 1000.- See Also:
- Constant Field Values
-
MAX_DELIVER_ATTEMPTS
public static final String MAX_DELIVER_ATTEMPTS
Message processor parameters- See Also:
- Constant Field Values
-
RETRY_INTERVAL
public static final String RETRY_INTERVAL
This is used to control the retry rate when the front end client is not reachable.- See Also:
- Constant Field Values
-
IS_ACTIVATED
public static final String IS_ACTIVATED
- See Also:
- Constant Field Values
-
SCHEDULED_MESSAGE_PROCESSOR_GROUP
public static final String SCHEDULED_MESSAGE_PROCESSOR_GROUP
- See Also:
- Constant Field Values
-
PROCESSOR_INSTANCE
public static final String PROCESSOR_INSTANCE
- See Also:
- Constant Field Values
-
PINNED_SERVER
public static final String PINNED_SERVER
- See Also:
- Constant Field Values
-
DEPRECATED_SAMPLING_PROCESSOR_CLASS
public static final String DEPRECATED_SAMPLING_PROCESSOR_CLASS
Deprecated message processor implementation class names- See Also:
- Constant Field Values
-
DEPRECATED_FORWARDING_PROCESSOR_CLASS
public static final String DEPRECATED_FORWARDING_PROCESSOR_CLASS
- See Also:
- Constant Field Values
-
INITIAL_EXECUTION_DELAY
public static final int INITIAL_EXECUTION_DELAY
Initial delay to start message processor if it is deactivated (in milliseconds)- See Also:
- Constant Field Values
-
MAX_STORE_CONNECT_ATTEMPTS
public static final String MAX_STORE_CONNECT_ATTEMPTS
Constant to define maximum number of connection attempts to store- See Also:
- Constant Field Values
-
STORE_CONNECTION_RETRY_INTERVAL
public static final String STORE_CONNECTION_RETRY_INTERVAL
Constant to define connection retry interval to associated message store- See Also:
- Constant Field Values
-
STORE_CONNECTION_ERROR
public static final String STORE_CONNECTION_ERROR
Constant to identify an issue with connecting to store- See Also:
- Constant Field Values
-
-