Class ForwardingProcessorConstants
- java.lang.Object
-
- org.apache.synapse.message.processor.impl.forwarder.ForwardingProcessorConstants
-
public final class ForwardingProcessorConstants extends Object
classForwardingProcessorConstants
holds the constants that are used in Forwarding processors
-
-
Field Summary
Fields Modifier and Type Field Description static String
AXIS2_CONFIG
The axis2 configuration file path to be used by the Message Senderstatic String
AXIS2_REPO
The axis2 repository location to be used By the Message Senderstatic String
BLOCKING_SENDER_ERROR
static String
CRON_EXPRESSION
static String
DEACTIVATE_SEQUENCE
used for forward in case of scheduled message processor deactivationstatic String
FAIL_MESSAGES_STORE
Message store to keep un-processable messages of message processorstatic String
FAULT_SEQUENCE
used for forward in case of Errorstatic String
MAX_DELIVERY_DROP
Message will be dropped after maximum deliverystatic String
NON_RETRY_STATUS_CODES
Indicates if the message processor need not retry for certain http status codesstatic String
REPLY_SEQUENCE
Used for in_out messages.static String
TARGET_ENDPOINT
Message context property that holds the name of the target endpoint to be replayedstatic 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 ForwardingProcessorConstants()
-
-
-
Field Detail
-
TARGET_ENDPOINT
public static final String TARGET_ENDPOINT
Message context property that holds the name of the target endpoint to be replayed- See Also:
- Constant Field Values
-
AXIS2_REPO
public static final String AXIS2_REPO
The axis2 repository location to be used By the Message Sender- See Also:
- Constant Field Values
-
AXIS2_CONFIG
public static final String AXIS2_CONFIG
The axis2 configuration file path to be used by the Message Sender- See Also:
- Constant Field Values
-
BLOCKING_SENDER_ERROR
public static final String BLOCKING_SENDER_ERROR
- See Also:
- Constant Field Values
-
REPLY_SEQUENCE
public static final String REPLY_SEQUENCE
Used for in_out messages. Processor will forward the message to this sequence- See Also:
- Constant Field Values
-
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
-
NON_RETRY_STATUS_CODES
public static final String NON_RETRY_STATUS_CODES
Indicates if the message processor need not retry for certain http status codes- 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
-
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
-
DEACTIVATE_SEQUENCE
public static final String DEACTIVATE_SEQUENCE
used for forward in case of scheduled message processor deactivation- See Also:
- Constant Field Values
-
FAIL_MESSAGES_STORE
public static final String FAIL_MESSAGES_STORE
Message store to keep un-processable messages of message processor- See Also:
- Constant Field Values
-
-