|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.configuration.ClientProperties
public class ClientProperties
This class centralized the Qpid client properties.
Field Summary | |
---|---|
static String |
AMQP_VERSION
|
static long |
DEFAULT_IDLE_TIMEOUT
|
static String |
DEST_SYNTAX
This value will be used to determine the default destination syntax type. |
static String |
HEARTBEAT
|
static int |
HEARTBEAT_DEFAULT
|
static String |
IDLE_TIMEOUT_PROP_NAME
This value will be used in the following settings To calculate the SO_TIMEOUT option of the socket (2*idle_timeout) If this values is between the max and min values specified for heartbeat by the broker in TuneOK it will be used as the heartbeat interval. |
static String |
IGNORE_SET_CLIENTID_PROP_NAME
Currently with Qpid it is not possible to change the client ID. |
static String |
MAX_PREFETCH_DEFAULT
|
static String |
MAX_PREFETCH_PROP_NAME
This property is currently used within the 0.10 code path only The maximum number of pre-fetched messages per destination This property is used for all the connection unless it is overwritten by the connectionURL type: long |
static String |
PROTECTIO_PROP_NAME
When set to true the io layer throttle down producers and consumers when written or read messages are accumulating and exceeding a certain size. |
static String |
READ_BUFFER_LIMIT_DEFAULT
|
static String |
READ_BUFFER_LIMIT_PROP_NAME
Max size of read messages that can be stored within the MINA layer type: int |
static String |
SYNC_ACK_PROP_NAME
When true a sync command is sent after sending a message ack. |
static String |
SYNC_PERSISTENT_PROP_NAME
When true a sync command is sent after every persistent messages. |
static String |
SYNC_PUBLISH_PROP_NAME
sync_publish property - {persistent|all} If set to 'persistent',then persistent messages will be publish synchronously If set to 'all', then all messages regardless of the delivery mode will be published synchronously. |
static String |
USE_LEGACY_MAP_MESSAGE_FORMAT
|
static String |
WRITE_BUFFER_LIMIT_DEFAULT
|
static String |
WRITE_BUFFER_LIMIT_PROP_NAME
Max size of written messages that can be stored within the MINA layer type: int |
Constructor Summary | |
---|---|
ClientProperties()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String IGNORE_SET_CLIENTID_PROP_NAME
public static final String MAX_PREFETCH_PROP_NAME
public static final String MAX_PREFETCH_DEFAULT
public static final String SYNC_PERSISTENT_PROP_NAME
public static final String SYNC_ACK_PROP_NAME
public static final String SYNC_PUBLISH_PROP_NAME
public static final String IDLE_TIMEOUT_PROP_NAME
public static final long DEFAULT_IDLE_TIMEOUT
public static final String HEARTBEAT
public static final int HEARTBEAT_DEFAULT
public static final String DEST_SYNTAX
public static final String USE_LEGACY_MAP_MESSAGE_FORMAT
public static final String PROTECTIO_PROP_NAME
public static final String READ_BUFFER_LIMIT_PROP_NAME
public static final String READ_BUFFER_LIMIT_DEFAULT
public static final String WRITE_BUFFER_LIMIT_PROP_NAME
public static final String WRITE_BUFFER_LIMIT_DEFAULT
public static final String AMQP_VERSION
Constructor Detail |
---|
public ClientProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |