Class ChannelMessages


  • public class ChannelMessages
    extends java.lang.Object
    DO NOT EDIT DIRECTLY, THIS FILE WAS GENERATED. Generated using GenerateLogMessages and LogMessages.vm This file is based on the content of Channel_logmessages.properties To regenerate, use Maven lifecycle generates-sources with -Dgenerate=true
    • Field Detail

      • CHANNEL_LOG_HIERARCHY

        public static final java.lang.String CHANNEL_LOG_HIERARCHY
        See Also:
        Constant Field Values
      • CLOSE_LOG_HIERARCHY

        public static final java.lang.String CLOSE_LOG_HIERARCHY
        See Also:
        Constant Field Values
      • CLOSE_FORCED_LOG_HIERARCHY

        public static final java.lang.String CLOSE_FORCED_LOG_HIERARCHY
        See Also:
        Constant Field Values
      • CREATE_LOG_HIERARCHY

        public static final java.lang.String CREATE_LOG_HIERARCHY
        See Also:
        Constant Field Values
      • DEADLETTERMSG_LOG_HIERARCHY

        public static final java.lang.String DEADLETTERMSG_LOG_HIERARCHY
        See Also:
        Constant Field Values
      • DISCARDMSG_NOALTEXCH_LOG_HIERARCHY

        public static final java.lang.String DISCARDMSG_NOALTEXCH_LOG_HIERARCHY
        See Also:
        Constant Field Values
      • DISCARDMSG_NOROUTE_LOG_HIERARCHY

        public static final java.lang.String DISCARDMSG_NOROUTE_LOG_HIERARCHY
        See Also:
        Constant Field Values
      • FLOW_LOG_HIERARCHY

        public static final java.lang.String FLOW_LOG_HIERARCHY
        See Also:
        Constant Field Values
      • FLOW_CONTROL_IGNORED_LOG_HIERARCHY

        public static final java.lang.String FLOW_CONTROL_IGNORED_LOG_HIERARCHY
        See Also:
        Constant Field Values
      • FLOW_ENFORCED_LOG_HIERARCHY

        public static final java.lang.String FLOW_ENFORCED_LOG_HIERARCHY
        See Also:
        Constant Field Values
      • FLOW_REMOVED_LOG_HIERARCHY

        public static final java.lang.String FLOW_REMOVED_LOG_HIERARCHY
        See Also:
        Constant Field Values
      • OPERATION_LOG_HIERARCHY

        public static final java.lang.String OPERATION_LOG_HIERARCHY
        See Also:
        Constant Field Values
      • PREFETCH_SIZE_LOG_HIERARCHY

        public static final java.lang.String PREFETCH_SIZE_LOG_HIERARCHY
        See Also:
        Constant Field Values
    • Method Detail

      • CLOSE

        public static LogMessage CLOSE()
        Log a Channel message of the Format:
        CHN-1003 : Close
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • CLOSE_FORCED

        public static LogMessage CLOSE_FORCED​(java.lang.Number param1,
                                              java.lang.String param2)
        Log a Channel message of the Format:
        CHN-1003 : Close : {0,number} - {1}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • CREATE

        public static LogMessage CREATE()
        Log a Channel message of the Format:
        CHN-1001 : Create
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • DEADLETTERMSG

        public static LogMessage DEADLETTERMSG​(java.lang.Number param1,
                                               java.lang.String param2)
        Log a Channel message of the Format:
        CHN-1011 : Message : {0,number} moved to dead letter queue : {1}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • DISCARDMSG_NOALTEXCH

        public static LogMessage DISCARDMSG_NOALTEXCH​(java.lang.Number param1,
                                                      java.lang.String param2,
                                                      java.lang.String param3)
        Log a Channel message of the Format:
        CHN-1009 : Discarded message : {0,number} as no alternate binding configured for queue : {1} routing key : {2}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • DISCARDMSG_NOROUTE

        public static LogMessage DISCARDMSG_NOROUTE​(java.lang.Number param1,
                                                    java.lang.String param2)
        Log a Channel message of the Format:
        CHN-1010 : Discarded message : {0,number} as alternate binding yields no routes : {1}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • FLOW

        public static LogMessage FLOW​(java.lang.String param1)
        Log a Channel message of the Format:
        CHN-1002 : Flow {0}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • FLOW_CONTROL_IGNORED

        public static LogMessage FLOW_CONTROL_IGNORED()
        Log a Channel message of the Format:
        CHN-1012 : Flow Control Ignored. Channel will be closed.
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • FLOW_ENFORCED

        public static LogMessage FLOW_ENFORCED​(java.lang.String param1)
        Log a Channel message of the Format:
        CHN-1005 : Flow Control Enforced (Queue {0})
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • FLOW_REMOVED

        public static LogMessage FLOW_REMOVED()
        Log a Channel message of the Format:
        CHN-1006 : Flow Control Removed
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • OPERATION

        public static LogMessage OPERATION​(java.lang.String param1)
        Log a Channel message of the Format:
        CHN-1014 : Operation : {0}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • PREFETCH_SIZE

        public static LogMessage PREFETCH_SIZE​(java.lang.Number param1,
                                               java.lang.Number param2)
        Log a Channel message of the Format:
        CHN-1004 : Prefetch Size (bytes) {0,number} : Count {1,number}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.