public class ExchangeMessages extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CREATED_LOG_HIERARCHY |
static String |
DELETED_LOG_HIERARCHY |
static String |
DISCARDMSG_LOG_HIERARCHY |
static String |
EXCHANGE_LOG_HIERARCHY |
Modifier and Type | Method and Description |
---|---|
static LogMessage |
CREATED(String param1,
String param2,
boolean opt1)
Log a Exchange message of the Format:
|
static LogMessage |
DELETED()
Log a Exchange message of the Format:
|
static LogMessage |
DISCARDMSG(String param1,
String param2)
Log a Exchange message of the Format:
|
public static final String EXCHANGE_LOG_HIERARCHY
public static final String DISCARDMSG_LOG_HIERARCHY
public static final String CREATED_LOG_HIERARCHY
public static final String DELETED_LOG_HIERARCHY
public static LogMessage DISCARDMSG(String param1, String param2)
EXH-1003 : Discarded Message : Name: "{0}" Routing Key: "{1}"Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage CREATED(String param1, String param2, boolean opt1)
EXH-1001 : Create :[ Durable] Type: {0} Name: {1}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage DELETED()
EXH-1002 : DeletedOptional values are contained in [square brackets] and are numbered sequentially in the method call.
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.