public class BrokerMessages extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BROKER_LOG_HIERARCHY |
static String |
CONFIG_LOG_HIERARCHY |
static String |
FAILED_CHILDREN_LOG_HIERARCHY |
static String |
FATAL_ERROR_LOG_HIERARCHY |
static String |
FLOW_TO_DISK_ACTIVE_LOG_HIERARCHY |
static String |
FLOW_TO_DISK_INACTIVE_LOG_HIERARCHY |
static String |
LISTENING_LOG_HIERARCHY |
static String |
MANAGEMENT_MODE_LOG_HIERARCHY |
static String |
MAX_MEMORY_LOG_HIERARCHY |
static String |
OPERATION_LOG_HIERARCHY |
static String |
PLATFORM_LOG_HIERARCHY |
static String |
PROCESS_LOG_HIERARCHY |
static String |
READY_LOG_HIERARCHY |
static String |
SHUTTING_DOWN_LOG_HIERARCHY |
static String |
STARTUP_LOG_HIERARCHY |
static String |
STATS_DATA_LOG_HIERARCHY |
static String |
STATS_MSGS_LOG_HIERARCHY |
static String |
STOPPED_LOG_HIERARCHY |
Modifier and Type | Method and Description |
---|---|
static LogMessage |
CONFIG(String param1)
Log a Broker message of the Format:
|
static LogMessage |
FAILED_CHILDREN(String param1)
Log a Broker message of the Format:
|
static LogMessage |
FATAL_ERROR(String param1)
Log a Broker message of the Format:
|
static LogMessage |
FLOW_TO_DISK_ACTIVE(Number param1,
Number param2)
Log a Broker message of the Format:
|
static LogMessage |
FLOW_TO_DISK_INACTIVE(Number param1,
Number param2)
Log a Broker message of the Format:
|
static LogMessage |
LISTENING(String param1,
Number param2)
Log a Broker message of the Format:
|
static LogMessage |
MANAGEMENT_MODE(String param1,
String param2)
Log a Broker message of the Format:
|
static LogMessage |
MAX_MEMORY(Number param1,
Number param2)
Log a Broker message of the Format:
|
static LogMessage |
OPERATION(String param1)
Log a Broker message of the Format:
|
static LogMessage |
PLATFORM(String param1,
String param2,
String param3,
String param4,
String param5,
String param6)
Log a Broker message of the Format:
|
static LogMessage |
PROCESS(String param1)
Log a Broker message of the Format:
|
static LogMessage |
READY()
Log a Broker message of the Format:
|
static LogMessage |
SHUTTING_DOWN(String param1,
Number param2)
Log a Broker message of the Format:
|
static LogMessage |
STARTUP(String param1,
String param2)
Log a Broker message of the Format:
|
static LogMessage |
STATS_DATA(Number param1,
Number param2,
Number param3)
Log a Broker message of the Format:
|
static LogMessage |
STATS_MSGS(Number param1,
Number param2,
Number param3)
Log a Broker message of the Format:
|
static LogMessage |
STOPPED()
Log a Broker message of the Format:
|
public static final String BROKER_LOG_HIERARCHY
public static final String READY_LOG_HIERARCHY
public static final String FAILED_CHILDREN_LOG_HIERARCHY
public static final String FLOW_TO_DISK_ACTIVE_LOG_HIERARCHY
public static final String LISTENING_LOG_HIERARCHY
public static final String STARTUP_LOG_HIERARCHY
public static final String MANAGEMENT_MODE_LOG_HIERARCHY
public static final String FLOW_TO_DISK_INACTIVE_LOG_HIERARCHY
public static final String STATS_MSGS_LOG_HIERARCHY
public static final String PLATFORM_LOG_HIERARCHY
public static final String CONFIG_LOG_HIERARCHY
public static final String SHUTTING_DOWN_LOG_HIERARCHY
public static final String STATS_DATA_LOG_HIERARCHY
public static final String FATAL_ERROR_LOG_HIERARCHY
public static final String OPERATION_LOG_HIERARCHY
public static final String STOPPED_LOG_HIERARCHY
public static final String PROCESS_LOG_HIERARCHY
public static final String MAX_MEMORY_LOG_HIERARCHY
public static LogMessage READY()
BRK-1004 : Qpid Broker ReadyOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage FAILED_CHILDREN(String param1)
BRK-1019 : WARNING - some services were unable to start. The following components are in the ERRORed state {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)
BRK-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 LISTENING(String param1, Number param2)
BRK-1002 : Starting : Listening on {0} port {1,number,#}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage STARTUP(String param1, String param2)
BRK-1001 : Startup : Version: {0} Build: {1}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage MANAGEMENT_MODE(String param1, String param2)
BRK-1012 : Management Mode : User Details : {0} / {1}Optional 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)
BRK-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.
public static LogMessage STATS_MSGS(Number param1, Number param2, Number param3)
BRK-1009 : {0,choice,0#delivered|1#received} : {1,number,#.###} msg/s peak : {2,number,#} msgs totalOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage PLATFORM(String param1, String param2, String param3, String param4, String param5, String param6)
BRK-1010 : Platform : JVM : {0} version: {1} OS : {2} version: {3} arch: {4} cores: {5}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage CONFIG(String param1)
BRK-1006 : Using configuration : {0}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage SHUTTING_DOWN(String param1, Number param2)
BRK-1003 : Shutting down : {0} port {1,number,#}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage STATS_DATA(Number param1, Number param2, Number param3)
BRK-1008 : {0,choice,0#delivered|1#received} : {1,number,#.###} kB/s peak : {2,number,#} bytes totalOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage FATAL_ERROR(String param1)
BRK-1016 : Fatal error : {0} : See log file for more informationOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage OPERATION(String param1)
BRK-1018 : Operation : {0}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage STOPPED()
BRK-1005 : StoppedOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage PROCESS(String param1)
BRK-1017 : Process : PID : {0}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage MAX_MEMORY(Number param1, Number param2)
BRK-1011 : Maximum Memory : Heap : {0,number} bytes Direct : {1,number} bytesOptional values are contained in [square brackets] and are numbered sequentially in the method call.
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.