Class ChannelMessages


  • public class ChannelMessages
    extends 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
    • 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​(Number param1,
                                              CharSequence 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​(Number param1,
                                               CharSequence 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​(Number param1,
                                                      CharSequence param2,
                                                      CharSequence 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​(Number param1,
                                                    CharSequence 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​(CharSequence 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​(CharSequence 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​(CharSequence 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​(Number param1,
                                               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.