public final class ForwardingProcessorConstants
extends java.lang.Object
ForwardingProcessorConstants
holds the constants that are
used in Forwarding processorsModifier and Type | Field and Description |
---|---|
static java.lang.String |
AXIS2_CONFIG
The axis2 configuration file path to be used by the Message Sender
|
static java.lang.String |
AXIS2_REPO
The axis2 repository location to be used By the Message Sender
|
static java.lang.String |
BLOCKING_SENDER_ERROR |
static java.lang.String |
CRON_EXPRESSION |
static java.lang.String |
DEACTIVATE_SEQUENCE
used for forward in case of scheduled message processor deactivation
|
static java.lang.String |
FAIL_MESSAGES_STORE
Message store to keep un-processable messages of message processor
|
static java.lang.String |
FAULT_SEQUENCE
used for forward in case of Error
|
static java.lang.String |
MAX_DELIVERY_DROP
Message will be dropped after maximum delivery
|
static java.lang.String |
NON_RETRY_STATUS_CODES
Indicates if the message processor need not retry for certain http status codes
|
static java.lang.String |
REPLY_SEQUENCE
Used for in_out messages.
|
static java.lang.String |
TARGET_ENDPOINT
Message context property that holds the name of the target endpoint to be replayed
|
static java.lang.String |
THROTTLE
Indicates if the message processor is running in throttle mode
|
static java.lang.String |
THROTTLE_INTERVAL
Used th throttle forwarding-processor when it is used with cron expressions
|
Constructor and Description |
---|
ForwardingProcessorConstants() |
public static final java.lang.String TARGET_ENDPOINT
public static final java.lang.String AXIS2_REPO
public static final java.lang.String AXIS2_CONFIG
public static final java.lang.String BLOCKING_SENDER_ERROR
public static final java.lang.String REPLY_SEQUENCE
public static final java.lang.String FAULT_SEQUENCE
public static final java.lang.String THROTTLE
public static final java.lang.String NON_RETRY_STATUS_CODES
public static final java.lang.String THROTTLE_INTERVAL
public static final java.lang.String MAX_DELIVERY_DROP
public static final java.lang.String CRON_EXPRESSION
public static final java.lang.String DEACTIVATE_SEQUENCE
public static final java.lang.String FAIL_MESSAGES_STORE
Copyright © 2005-2020 Apache Software Foundation. All Rights Reserved.