public class AndesClientConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ANDES_ACK_WAIT_TIMEOUT_PROPERTY
System property name of andes acknowledgement wait timeout
|
static String |
ANDES_ICF
Andes initial context factory.
|
static String |
ANDES_REDELIVERY_DELAY_PROPERTY
System property name of andes redelivery delay
|
static String |
ANDES_SET_ROUTING_KEY
JMS Property allowing to append routing key for messages.
|
static String |
CARBON_CLIENT_ID
Carbon client ID.
|
static String |
CARBON_VIRTUAL_HOST_NAME
WSO2 carbon factory name.
|
static String |
CF_NAME
Andes connection factory name
|
static String |
CF_NAME_PREFIX
Connection factory name prefix.
|
static long |
DEFAULT_CLUSTER_SYNC_TIME
Default waiting time that is used to check whether the consumer has received messages.
|
static String |
DEFAULT_HOST_NAME
Default host name for AMQP connection string
|
static String |
DEFAULT_PASSWORD
Admin password for AMQP connection string
|
static int |
DEFAULT_PORT
Default port for AMQP connections string
|
static long |
DEFAULT_RUN_TIME
Default waiting time that is used to check whether the consumer has received messages.
|
static String |
DEFAULT_USERNAME
Admin user name for AMQP connection string
|
static String |
FILE_PATH_FOR_CREATING_A_NEW_FILE
File path creating a file.
|
static String |
FILE_PATH_FOR_ONE_KB_SAMPLE_FILE
File path for a file of size 1 kb.
|
static String |
FILE_PATH_TO_WRITE_RECEIVED_MESSAGES
Default file path to write received messages by subscriber/consumer
|
static String |
FILE_PATH_TO_WRITE_STATISTICS
Default file path to write statistics by subscriber/consumer and publisher Suppressing
"UnusedDeclaration" as this may be used in client configuration
|
static String |
JMS_ANDES_ROUTING_KEY_MESSAGE_PROPERTY
The JMS property which stores routing key.
|
static String |
MAP_MESSAGE_CONTENT_INPUT_FILE_PATH
File path to read message content for publishing
|
static String |
MESSAGE_CONTENT_INPUT_FILE_PATH_1MB
File path to read message content for publishing
|
static String |
MESSAGE_CONTENT_INPUT_FILE_PATH_WITHOUT_REPETITIONS_256KB
File path to read message content for publishing
|
static String |
PUBLISH_MESSAGE_FORMAT
Message publishing format
|
| Constructor and Description |
|---|
AndesClientConstants() |
public static final String ANDES_ICF
public static final String CF_NAME_PREFIX
public static final String CF_NAME
public static final String CARBON_VIRTUAL_HOST_NAME
public static final String CARBON_CLIENT_ID
public static final String FILE_PATH_TO_WRITE_RECEIVED_MESSAGES
public static final String FILE_PATH_TO_WRITE_STATISTICS
public static final String PUBLISH_MESSAGE_FORMAT
public static final long DEFAULT_RUN_TIME
public static final long DEFAULT_CLUSTER_SYNC_TIME
public static final String DEFAULT_USERNAME
public static final String DEFAULT_PASSWORD
public static final String DEFAULT_HOST_NAME
public static final int DEFAULT_PORT
public static final String MESSAGE_CONTENT_INPUT_FILE_PATH_1MB
public static final String MAP_MESSAGE_CONTENT_INPUT_FILE_PATH
public static final String MESSAGE_CONTENT_INPUT_FILE_PATH_WITHOUT_REPETITIONS_256KB
public static final String FILE_PATH_FOR_CREATING_A_NEW_FILE
public static final String FILE_PATH_FOR_ONE_KB_SAMPLE_FILE
public static final String JMS_ANDES_ROUTING_KEY_MESSAGE_PROPERTY
public static final String ANDES_SET_ROUTING_KEY
public static final String ANDES_ACK_WAIT_TIMEOUT_PROPERTY
public static final String ANDES_REDELIVERY_DELAY_PROPERTY
Copyright © 2019 WSO2. All rights reserved.