Class FailoverForwardingProcessorConstants


  • public final class FailoverForwardingProcessorConstants
    extends Object
    class FailoverForwardingProcessorConstants holds the constants that are used in Forwarding processors
    • Field Detail

      • 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
      • 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
    • Constructor Detail

      • FailoverForwardingProcessorConstants

        public FailoverForwardingProcessorConstants()