public class LogSubjectFormat extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BINDING_FORMAT
LOG FORMAT for a Binding LogSubject
0 - Virtualhost Name
1 - Exchange Type
2 - Exchange Name
3 - Queue Name
4 - Binding RoutingKey
|
static String |
CHANNEL_FORMAT
LOG FORMAT for the Channel LogSubject
0 - Connection ID
1 - User ID
2 - IP
3 - Virtualhost
4 - Channel ID
|
static String |
CONNECTION_FORMAT
LOG FORMAT for the Connection Log Subject - CON format
0 - Connection ID
1 - User ID
2 - IP
3 - Virtualhost
|
static String |
EXCHANGE_FORMAT
LOG FORMAT for the Exchange LogSubject,
0 - Virtualhost Name
1 - Exchange Type
2 - Exchange Name
|
static String |
MANAGEMENT_FORMAT
LOG FORMAT for the ManagementActors,
0 - User ID
1 - IP[:Port]
|
static String |
PORT_FORMAT
LOG FORMAT for the Port LogSubject,
0 - Port number
|
static String |
QUEUE_FORMAT
LOG FORMAT for the Queue LogSubject,
0 - Virtualhost name
1 - queue name
|
static String |
SOCKET_FORMAT
LOG FORMAT for Connection Log Subject - SOCKET format
0 - Connection ID
1 - Remote Address
|
static String |
STORE_FORMAT
LOG FORMAT for the MessagesStore LogSubject
0 - Virtualhost Name
1 - Message Store Type
|
static String |
SUBSCRIPTION_FORMAT
LOG FORMAT for the Subscription Log Subject
0 - Subscription ID
|
static String |
USER_FORMAT
LOG FORMAT for Connection Log Subject - USER format
0 - Connection ID
1 - User ID
2 - IP
|
public static final String MANAGEMENT_FORMAT
public static final String SUBSCRIPTION_FORMAT
public static final String SOCKET_FORMAT
public static final String USER_FORMAT
public static final String CONNECTION_FORMAT
public static final String CHANNEL_FORMAT
public static final String EXCHANGE_FORMAT
public static final String BINDING_FORMAT
public static final String STORE_FORMAT
public static final String QUEUE_FORMAT
public static final String PORT_FORMAT
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.