public class ChannelMessages extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CHANNEL_LOG_HIERARCHY |
static String |
CLOSE_FORCED_LOG_HIERARCHY |
static String |
CLOSE_LOG_HIERARCHY |
static String |
CREATE_LOG_HIERARCHY |
static String |
DEADLETTERMSG_LOG_HIERARCHY |
static String |
DISCARDMSG_NOALTEXCH_LOG_HIERARCHY |
static String |
DISCARDMSG_NOROUTE_LOG_HIERARCHY |
static String |
FLOW_CONTROL_IGNORED_LOG_HIERARCHY |
static String |
FLOW_ENFORCED_LOG_HIERARCHY |
static String |
FLOW_LOG_HIERARCHY |
static String |
FLOW_REMOVED_LOG_HIERARCHY |
static String |
IDLE_TXN_LOG_HIERARCHY |
static String |
LARGE_TRANSACTION_WARN_LOG_HIERARCHY |
static String |
OPEN_TXN_LOG_HIERARCHY |
static String |
PREFETCH_SIZE_LOG_HIERARCHY |
Modifier and Type | Method and Description |
---|---|
static LogMessage |
CLOSE_FORCED(Number param1,
String param2)
Log a Channel message of the Format:
|
static LogMessage |
CLOSE()
Log a Channel message of the Format:
|
static LogMessage |
CREATE()
Log a Channel message of the Format:
|
static LogMessage |
DEADLETTERMSG(Number param1,
String param2)
Log a Channel message of the Format:
|
static LogMessage |
DISCARDMSG_NOALTEXCH(Number param1,
String param2,
String param3)
Log a Channel message of the Format:
|
static LogMessage |
DISCARDMSG_NOROUTE(Number param1,
String param2)
Log a Channel message of the Format:
|
static LogMessage |
FLOW_CONTROL_IGNORED()
Log a Channel message of the Format:
|
static LogMessage |
FLOW_ENFORCED(String param1)
Log a Channel message of the Format:
|
static LogMessage |
FLOW_REMOVED()
Log a Channel message of the Format:
|
static LogMessage |
FLOW(String param1)
Log a Channel message of the Format:
|
static LogMessage |
IDLE_TXN(Number param1)
Log a Channel message of the Format:
|
static LogMessage |
LARGE_TRANSACTION_WARN(Number param1)
Log a Channel message of the Format:
|
static LogMessage |
OPEN_TXN(Number param1)
Log a Channel message of the Format:
|
static LogMessage |
PREFETCH_SIZE(Number param1,
Number param2)
Log a Channel message of the Format:
|
public static final String CHANNEL_LOG_HIERARCHY
public static final String FLOW_ENFORCED_LOG_HIERARCHY
public static final String CREATE_LOG_HIERARCHY
public static final String FLOW_LOG_HIERARCHY
public static final String CLOSE_LOG_HIERARCHY
public static final String PREFETCH_SIZE_LOG_HIERARCHY
public static final String CLOSE_FORCED_LOG_HIERARCHY
public static final String LARGE_TRANSACTION_WARN_LOG_HIERARCHY
public static final String DEADLETTERMSG_LOG_HIERARCHY
public static final String DISCARDMSG_NOALTEXCH_LOG_HIERARCHY
public static final String IDLE_TXN_LOG_HIERARCHY
public static final String FLOW_CONTROL_IGNORED_LOG_HIERARCHY
public static final String DISCARDMSG_NOROUTE_LOG_HIERARCHY
public static final String OPEN_TXN_LOG_HIERARCHY
public static final String FLOW_REMOVED_LOG_HIERARCHY
public static LogMessage FLOW_ENFORCED(String param1)
CHN-1005 : Flow Control Enforced (Queue {0})Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage CREATE()
CHN-1001 : CreateOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage FLOW(String param1)
CHN-1002 : Flow {0}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage CLOSE()
CHN-1003 : CloseOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage PREFETCH_SIZE(Number param1, Number param2)
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.
public static LogMessage CLOSE_FORCED(Number param1, String param2)
CHN-1003 : Close : {0,number} - {1}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage LARGE_TRANSACTION_WARN(Number param1)
CHN-1013 : Uncommitted transaction contains {0,number} bytes of incoming message data.Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage DEADLETTERMSG(Number param1, String param2)
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.
public static LogMessage DISCARDMSG_NOALTEXCH(Number param1, String param2, String param3)
CHN-1009 : Discarded message : {0,number} as no alternate exchange configured for queue : {1} routing key : {2}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage IDLE_TXN(Number param1)
CHN-1008 : Idle Transaction : {0,number} msOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage FLOW_CONTROL_IGNORED()
CHN-1012 : Flow Control Ignored. Channel will be closed.Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage DISCARDMSG_NOROUTE(Number param1, String param2)
CHN-1010 : Discarded message : {0,number} as no binding on alternate exchange : {1}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage OPEN_TXN(Number param1)
CHN-1007 : Open Transaction : {0,number} msOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage FLOW_REMOVED()
CHN-1006 : Flow Control RemovedOptional values are contained in [square brackets] and are numbered sequentially in the method call.
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.