public final class DestinationConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ACQ_QUEUE_MAX_MSG |
static String |
ACQ_QUEUE_MAX_PND |
static String |
ACQ_QUEUE_MIN_MSG |
static String |
ACQ_QUEUE_MIN_PND |
static String |
ACQUISITION_CLASS_NAME
The property name for the acquisition handler class name.
|
static String |
ACQUISITION_EXPIRATION
Expiration property name: tells the life expectancy of produced messages.
|
static String |
ACQUISITION_PERIOD
The property name for the acquisition period.
|
static String |
ACQUISITION_PERSISTENT
Persistent property name: tells if produced messages will be persistent.
|
static String |
ACQUISITION_PRIORITY
Priority property name: tells the JMS priority of produced messages.
|
static String |
ASYNC_DISTRIBUTION_OPTION |
static String |
BATCH_DISTRIBUTION_OPTION |
static String |
CHECKPERIOD_PROP |
static String |
DELIVERY_DELAY |
static String |
DEST_STRICT_CPT |
static String |
DESTINATION_NAME_PROP
The property name for the remote JMS destination in Acquisition/Distribution bridge destinations
|
private static byte |
DESTINATION_TYPE
the destination is a Queue or a Topic
|
static String |
DISTRIBUTION_CLASS_NAME
The property name for the distribution handler class name.
|
static String |
FIXED_IN_MEMORY
Name of property allowing to force the destination to be always in memory.
|
static String |
IDLETIMEOUT_PROP |
static String |
MEDIA_TYPE_JSON_PROP |
static String |
NB_MAX_MSG_PROP |
static byte |
QUEUE_TYPE
the destination is a Queue
|
static String |
REDELIVERY_DELAY |
static String |
REST_HOST_PROP |
static String |
REST_PASSWORD_PROP |
static String |
REST_PORT_PROP |
static String |
REST_USE_OLD_API |
static String |
REST_USERNAME_PROP |
static byte |
TEMPORARY
the destination is temporary
|
static String |
TIMEOUT_PROP |
static String |
TMPQUEUE_DMQ_ON_DELETE |
static byte |
TOPIC_TYPE
the destination is a Topic
|
static String |
WAKEUP_PERIOD
The property name for the period of wakeup tasks
|
Constructor and Description |
---|
DestinationConstants() |
Modifier and Type | Method and Description |
---|---|
static void |
checkId(String id)
Check the specified destination identifier.
|
static boolean |
compatible(byte type1,
byte type2) |
static String |
getAdminTopicId(int serverId) |
static String |
getNullId(int serverId) |
static byte |
getQueueType() |
static byte |
getTemporaryQueueType() |
static byte |
getTemporaryTopicType() |
static byte |
getTopicType() |
static boolean |
isQueue(byte type) |
static boolean |
isTemporary(byte type) |
static boolean |
isTopic(byte type) |
public static final String WAKEUP_PERIOD
public static final String DESTINATION_NAME_PROP
public static final String REDELIVERY_DELAY
public static final String DELIVERY_DELAY
public static final String FIXED_IN_MEMORY
public static final String DISTRIBUTION_CLASS_NAME
public static final String BATCH_DISTRIBUTION_OPTION
public static final String ASYNC_DISTRIBUTION_OPTION
public static final String ACQUISITION_CLASS_NAME
public static final String ACQUISITION_PERIOD
public static final String ACQUISITION_PERSISTENT
public static final String ACQUISITION_EXPIRATION
public static final String ACQUISITION_PRIORITY
public static final String ACQ_QUEUE_MAX_MSG
public static final String ACQ_QUEUE_MIN_MSG
public static final String ACQ_QUEUE_MAX_PND
public static final String ACQ_QUEUE_MIN_PND
public static final String REST_HOST_PROP
public static final String REST_PORT_PROP
public static final String REST_USE_OLD_API
public static final String REST_USERNAME_PROP
public static final String REST_PASSWORD_PROP
public static final String MEDIA_TYPE_JSON_PROP
public static final String TIMEOUT_PROP
public static final String IDLETIMEOUT_PROP
public static final String CHECKPERIOD_PROP
public static final String NB_MAX_MSG_PROP
public static final String TMPQUEUE_DMQ_ON_DELETE
public static final String DEST_STRICT_CPT
public static final byte TOPIC_TYPE
public static final byte QUEUE_TYPE
public static final byte TEMPORARY
private static final byte DESTINATION_TYPE
public static final boolean compatible(byte type1, byte type2)
public static final boolean isQueue(byte type)
public static final boolean isTopic(byte type)
public static final boolean isTemporary(byte type)
public static final byte getQueueType()
public static final byte getTopicType()
public static final byte getTemporaryQueueType()
public static final byte getTemporaryTopicType()
public static final void checkId(String id) throws Exception
id
- The destination identifier.Exception
- if an invalid destination identifier is specified.public static final String getNullId(int serverId)
public static final String getAdminTopicId(int serverId)
Copyright © 2023 ScalAgent D.T.. All rights reserved.