public final class FailoverForwardingProcessorConstants extends Object
FailoverForwardingProcessorConstants
holds the constants that are
used in Forwarding processorsModifier and Type | Field and 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 server
|
static String |
CRON_EXPRESSION |
static String |
DEACTIVATE_SEQUENCE
Message store which need to send the messages
|
static String |
FAULT_SEQUENCE
used for forward in case of Error
|
static String |
MAX_DELIVERY_DROP
Message will be dropped after maximum delivery
|
static String |
TARGET_MESSAGE_STORE
Message store which need to send the messages
|
static String |
THROTTLE
Indicates if the message processor is running in throttle mode
|
static String |
THROTTLE_INTERVAL
Used th throttle forwarding-processor when it is used with cron expressions
|
Constructor and Description |
---|
FailoverForwardingProcessorConstants() |
public static final String FAULT_SEQUENCE
public static final String THROTTLE
public static final String THROTTLE_INTERVAL
public static final String BIND_PROCESSOR_TO_SERVER
public static final String MAX_DELIVERY_DROP
public static final String CRON_EXPRESSION
public static final String TARGET_MESSAGE_STORE
public static final String DEACTIVATE_SEQUENCE
Copyright © 2005–2024 Apache Software Foundation. All rights reserved.