public class ClientProperties extends Object
CommonProperties
Modifier and Type | Field and Description |
---|---|
static String |
ADDR_SYNTAX_SUPPORTED_IN_0_8 |
static String |
AMQP_VERSION |
static String |
CONNECTION_OPTION_COMPRESS_MESSAGES
System property to set a default value for a connection option 'compress_messages'
|
static String |
CONNECTION_OPTION_MESSAGE_COMPRESSION_THRESHOLD_SIZE
System property to set a default value for a connection option 'message_compression_threshold_size'
|
static String |
CONNECTION_OPTION_SSL_VERIFY_HOST_NAME
System property to set a default value for a connection option 'ssl_verify_hostname'
|
static String |
DAEMON_DISPATCHER
System property to enable allow dispatcher thread to be run as a daemon thread
|
static boolean |
DEFAULT_ADDR_SYNTAX_0_8_SUPPORT |
static int |
DEFAULT_CLOSE_TIMEOUT
A default timeout value for close operations
|
static boolean |
DEFAULT_CONNECTION_OPTION_COMPRESS_MESSAGES |
static boolean |
DEFAULT_CONNECTION_OPTION_SSL_VERIFY_HOST_NAME |
static long |
DEFAULT_FLOW_CONTROL_WAIT_FAILURE
Default time (in millis) to wait before failing when sending and the client has been
flow controlled by the broker.
|
static long |
DEFAULT_FLOW_CONTROL_WAIT_NOTIFY_PERIOD
Default time (in millis) between log notifications that a send is
waiting because the client was flow controlled by the broker.
|
static int |
DEFAULT_MAX_CACHED_ADDR_OPTION_STRINGS |
static int |
DEFAULT_MESSAGE_COMPRESSION_THRESHOLD_SIZE |
static int |
DEFAULT_SYNC_OPERATION_TIMEOUT
A default timeout value for synchronous operations
|
static String |
DEST_SYNTAX
This value will be used to determine the default destination syntax type.
|
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 |
PROCESS_NAME
Used to name the process utilising the Qpid client, to override the default
value is used in the ConnectionStartOk reply to the broker.
|
static String |
QPID_BIND_QUEUES_PROP_NAME
System property to control whether the client will bind queues during
consumer creation when using BindingURLs.
|
static String |
QPID_CLOSE_TIMEOUT
System properties to change the default timeout used whilst closing connections
and underlying sessions.
|
static String |
QPID_DECLARE_EXCHANGES_PROP_NAME
System property to control whether the client will declare exchanges during
producer/consumer creation when using BindingURLs.
|
static String |
QPID_DECLARE_QUEUES_PROP_NAME
System property to control whether the client will declare queues during
consumer creation when using BindingURLs.
|
static String |
QPID_FLOW_CONTROL_WAIT_FAILURE
System property to set the time (in millis) to wait before failing when sending and
the client has been flow controlled by the broker.
|
static String |
QPID_FLOW_CONTROL_WAIT_NOTIFY_PERIOD
System property to set the time (in millis) between log notifications that a
send is waiting because the client was flow controlled by the broker.
|
static String |
QPID_HEARTBEAT_INTERVAL
Frequency of heartbeat messages (in seconds)
|
static int |
QPID_HEARTBEAT_INTERVAL_010_DEFAULT
Default heartbeat interval (used by 0-10 protocol).
|
static String |
QPID_HEARTBEAT_TIMEOUT_FACTOR
The factor applied to
QPID_HEARTBEAT_INTERVAL that determines the maximum
length of time that may elapse before the peer is deemed to have failed. |
static float |
QPID_HEARTBEAT_TIMEOUT_FACTOR_DEFAULT
Default heartbeat timeout factor.
|
static String |
QPID_MAX_CACHED_ADDR_OPTION_STRINGS |
static String |
QPID_SSL_KEY_MANAGER_FACTORY_ALGORITHM_PROP_NAME
System property used to set the key manager factory algorithm.
|
static String |
QPID_SSL_TRUST_MANAGER_FACTORY_ALGORITHM_PROP_NAME
System property used to set the trust manager factory algorithm.
|
static String |
QPID_SYNC_OP_TIMEOUT
System properties to change the default timeout used during
synchronous operations.
|
static String |
QPID_TCP_NODELAY_PROP_NAME
System properties to change the default value used for TCP_NODELAY
|
static String |
QPID_USE_LEGACY_GETQUEUEDEPTH_BEHAVIOUR
Before 0.30, when using AMQP 0-8..0-9-1 requesting queue depth (AMQSession#getQueueDepth) for a queue that
did not exist resulted in AMQChannelException.
|
static String |
QPID_VERIFY_CLIENT_ID |
static String |
RECEIVE_BUFFER_SIZE_PROP_NAME
System property used to set the socket receive buffer size.
|
static String |
REJECT_BEHAVIOUR_PROP_NAME
System property to set the reject behaviour.
|
static String |
SEND_BUFFER_SIZE_PROP_NAME
System property used to set the socket send buffer size.
|
static String |
SET_EXPIRATION_AS_TTL
System property to control whether the 0-8/0-9/0-9-1 client will set the message
'expiration' header using the computed expiration value (default, when false) or instead set
it to the raw TTL (when true).
|
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 |
USE_LEGACY_STREAM_MESSAGE_FORMAT |
static String |
VERIFY_QUEUE_ON_SEND |
Modifier and Type | Method and Description |
---|---|
static void |
ensureIsLoaded() |
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 QPID_HEARTBEAT_INTERVAL
public static final int QPID_HEARTBEAT_INTERVAL_010_DEFAULT
public static final String QPID_HEARTBEAT_TIMEOUT_FACTOR
QPID_HEARTBEAT_INTERVAL
that determines the maximum
length of time that may elapse before the peer is deemed to have failed.public static final float QPID_HEARTBEAT_TIMEOUT_FACTOR_DEFAULT
public static final String DEST_SYNTAX
public static final String USE_LEGACY_MAP_MESSAGE_FORMAT
public static final String USE_LEGACY_STREAM_MESSAGE_FORMAT
public static final String AMQP_VERSION
public static final String QPID_VERIFY_CLIENT_ID
public static final String QPID_SYNC_OP_TIMEOUT
public static final int DEFAULT_SYNC_OPERATION_TIMEOUT
public static final String QPID_CLOSE_TIMEOUT
public static final int DEFAULT_CLOSE_TIMEOUT
public static final String QPID_TCP_NODELAY_PROP_NAME
public static final String REJECT_BEHAVIOUR_PROP_NAME
public static final String QPID_SSL_KEY_MANAGER_FACTORY_ALGORITHM_PROP_NAME
public static final String QPID_SSL_TRUST_MANAGER_FACTORY_ALGORITHM_PROP_NAME
public static final String DAEMON_DISPATCHER
public static final String PROCESS_NAME
public static final String RECEIVE_BUFFER_SIZE_PROP_NAME
public static final String SEND_BUFFER_SIZE_PROP_NAME
public static final String QPID_FLOW_CONTROL_WAIT_FAILURE
public static final long DEFAULT_FLOW_CONTROL_WAIT_FAILURE
public static final String QPID_FLOW_CONTROL_WAIT_NOTIFY_PERIOD
public static final long DEFAULT_FLOW_CONTROL_WAIT_NOTIFY_PERIOD
public static final String QPID_DECLARE_QUEUES_PROP_NAME
public static final String QPID_DECLARE_EXCHANGES_PROP_NAME
public static final String QPID_BIND_QUEUES_PROP_NAME
public static final String VERIFY_QUEUE_ON_SEND
public static final String QPID_MAX_CACHED_ADDR_OPTION_STRINGS
public static final int DEFAULT_MAX_CACHED_ADDR_OPTION_STRINGS
public static final String SET_EXPIRATION_AS_TTL
public static final String CONNECTION_OPTION_SSL_VERIFY_HOST_NAME
public static final boolean DEFAULT_CONNECTION_OPTION_SSL_VERIFY_HOST_NAME
public static final String CONNECTION_OPTION_COMPRESS_MESSAGES
public static final boolean DEFAULT_CONNECTION_OPTION_COMPRESS_MESSAGES
public static final String CONNECTION_OPTION_MESSAGE_COMPRESSION_THRESHOLD_SIZE
public static final int DEFAULT_MESSAGE_COMPRESSION_THRESHOLD_SIZE
public static final String ADDR_SYNTAX_SUPPORTED_IN_0_8
public static final boolean DEFAULT_ADDR_SYNTAX_0_8_SUPPORT
public static final String QPID_USE_LEGACY_GETQUEUEDEPTH_BEHAVIOUR
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.