Class FailoverForwardingProcessorConstants
- java.lang.Object
-
- org.apache.synapse.message.processor.impl.failover.FailoverForwardingProcessorConstants
-
public final class FailoverForwardingProcessorConstants extends Object
classFailoverForwardingProcessorConstants
holds the constants that are used in Forwarding processors
-
-
Field Summary
Fields Modifier and Type Field Description static String
BIND_PROCESSOR_TO_SERVER
If false, the MessageProcessor will process every single message in the queue regardless of its origin If true, it will only process messages that were processed by a MessageStore running on the same serverstatic String
CRON_EXPRESSION
static String
DEACTIVATE_SEQUENCE
Message store which need to send the messagesstatic String
FAULT_SEQUENCE
used for forward in case of Errorstatic String
MAX_DELIVERY_DROP
Message will be dropped after maximum deliverystatic String
TARGET_MESSAGE_STORE
Message store which need to send the messagesstatic String
THROTTLE
Indicates if the message processor is running in throttle modestatic String
THROTTLE_INTERVAL
Used th throttle forwarding-processor when it is used with cron expressions
-
Constructor Summary
Constructors Constructor Description FailoverForwardingProcessorConstants()
-
-
-
Field Detail
-
FAULT_SEQUENCE
public static final String FAULT_SEQUENCE
used for forward in case of Error- See Also:
- Constant Field Values
-
THROTTLE
public static final String THROTTLE
Indicates if the message processor is running in throttle mode- See Also:
- Constant Field Values
-
THROTTLE_INTERVAL
public static final String THROTTLE_INTERVAL
Used th throttle forwarding-processor when it is used with cron expressions- See Also:
- Constant Field Values
-
BIND_PROCESSOR_TO_SERVER
public static final String BIND_PROCESSOR_TO_SERVER
If false, the MessageProcessor will process every single message in the queue regardless of its origin If true, it will only process messages that were processed by a MessageStore running on the same server- See Also:
- Constant Field Values
-
MAX_DELIVERY_DROP
public static final String MAX_DELIVERY_DROP
Message will be dropped after maximum delivery- See Also:
- Constant Field Values
-
CRON_EXPRESSION
public static final String CRON_EXPRESSION
- See Also:
- Constant Field Values
-
TARGET_MESSAGE_STORE
public static final String TARGET_MESSAGE_STORE
Message store which need to send the messages- See Also:
- Constant Field Values
-
DEACTIVATE_SEQUENCE
public static final String DEACTIVATE_SEQUENCE
Message store which need to send the messages- See Also:
- Constant Field Values
-
-