public class QueueMessages extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CREATED_LOG_HIERARCHY |
static String |
DELETED_LOG_HIERARCHY |
static String |
FLOW_TO_DISK_ACTIVE_LOG_HIERARCHY |
static String |
FLOW_TO_DISK_INACTIVE_LOG_HIERARCHY |
static String |
OVERFULL_LOG_HIERARCHY |
static String |
QUEUE_LOG_HIERARCHY |
static String |
UNDERFULL_LOG_HIERARCHY |
Modifier and Type | Method and Description |
---|---|
static LogMessage |
CREATED(String param1,
String param2,
Number param3,
boolean opt1,
boolean opt2,
boolean opt3,
boolean opt4,
boolean opt5)
Log a Queue message of the Format:
|
static LogMessage |
DELETED(String param1)
Log a Queue message of the Format:
|
static LogMessage |
FLOW_TO_DISK_ACTIVE(Number param1,
Number param2)
Log a Queue message of the Format:
|
static LogMessage |
FLOW_TO_DISK_INACTIVE(Number param1,
Number param2)
Log a Queue message of the Format:
|
static LogMessage |
OVERFULL(Number param1,
Number param2)
Log a Queue message of the Format:
|
static LogMessage |
UNDERFULL(Number param1,
Number param2)
Log a Queue message of the Format:
|
public static final String QUEUE_LOG_HIERARCHY
public static final String OVERFULL_LOG_HIERARCHY
public static final String UNDERFULL_LOG_HIERARCHY
public static final String CREATED_LOG_HIERARCHY
public static final String DELETED_LOG_HIERARCHY
public static final String FLOW_TO_DISK_ACTIVE_LOG_HIERARCHY
public static final String FLOW_TO_DISK_INACTIVE_LOG_HIERARCHY
public static LogMessage OVERFULL(Number param1, Number param2)
QUE-1003 : Overfull : Size : {0,number} bytes, Capacity : {1,number}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage UNDERFULL(Number param1, Number param2)
QUE-1004 : Underfull : Size : {0,number} bytes, Resume Capacity : {1,number}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage CREATED(String param1, String param2, Number param3, boolean opt1, boolean opt2, boolean opt3, boolean opt4, boolean opt5)
QUE-1001 : Create : ID: {0}[ Owner: {1}][ AutoDelete][ Durable][ Transient][ Priority: {2,number,#}]Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage DELETED(String param1)
QUE-1002 : Deleted : ID: {0}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage FLOW_TO_DISK_ACTIVE(Number param1, Number param2)
QUE-1014 : Message flow to disk active : Message memory use {0,number,#} kB exceeds threshold {1,number,#.##} kBOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage FLOW_TO_DISK_INACTIVE(Number param1, Number param2)
QUE-1015 : Message flow to disk inactive : Message memory use {0,number,#} kB within threshold {1,number,#.##} kBOptional values are contained in [square brackets] and are numbered sequentially in the method call.
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.