 AutoQueueCreate | The configuration value enabling or disabling automatic queue creation. When disabled, if a queue receiver or browser attempts to connect to a non-existent queue then an InvalidDestinationException will be thrown. When enabled, the queue will automatically be created. This application configuration value is defined as "AutoQueueCreate".
The default value is "False".
|
 Broker | The configuration value to set the default broker to be used in creating a connection This application configuration value is defined as "Broker".
The default value is null.
|
 BrokerKeepAliveAttempts | The configuration value defining the number of times the Broker will attempt a keep-alive before disconnecting the messaging client. This application configuration value is defined as "BrokerKeepAliveAttempts".
The default value is 1 attempt.
|
 BrokerKeepAliveInterval | The configuration value defining how often, in seconds, a keep-alive is sent from the Broker to the messaging client. When the messaging client receives a keep-alive from the Broker it will immediately respond to it with a keep-alive response. A value of 0 disables the sending of keep-alives from the Broker to the messaging client.
This application configuration value is defined as "BrokerKeepAliveInterval".
The default value is 0 (disabled).
|
 BrokerKeepAliveTimeout | The configuration value defining the number of seconds the Broker will wait for activity from the messaging client. This activity can be a response to a keep-alive sent from the Broker to the messaging client or any other traffic sent from the messaging client to the Broker. If the Broker does not see any activity from the messaging client within this timeout the Broker will disconnect the messaging client if the keep-alive attempts have been exhausted. A value of 0 is equivalent to an infinite timeout.
This application configuration value is defined as "BrokerKeepAliveTimeout".
The default value is 0 (disabled).
|
 BrokerList | The configuration value to set the broker list to be used in creating a connection. If this list is specified, it will supersede the Broker property. This application configuration value is defined as "BrokerList".
The default value is null.
|
 BrokerTimeout | The configuration value defining the number of seconds to wait for a response from the Broker. If no response is received from the Broker within this timeout then the connection is assumed lost. This application configuration value is defined as "BrokerTimeout".
The default value is 60 seconds.
|
 ClientCertificateName | The configuration value defining the client distinguished name used for SSL client authentication. This application configuration value is defined as "ClientCertificateName".
The default value is null.
|
 ClientIDSharing | The configuration value enabling or disabling the sharing of client identifiers. messaging prohibits clients from sharing client identifiers. This propery can be used to allow clients to share the same client identifier. This is required when creating shared-state durable subscribers. This application configuration value is defined as "ClientIDSharing".
The default value is "False".
|
 CompressionLevel | The configuration value defining the message producer's default compression level. This application configuration value is defined as "CompressionLevel".
|
 CompressionThreshold | The configuration value defining the message producer's default compression threshold. This application configuration value is defined as "CompressionThreshold".
The default value is -1 (no compression).
|
 ConfirmVolatileDelivery | The configuration value defining whether to get delivery confirmation for volatile delivery This application configuration value is defined as "ConfirmVolatileDelivery".
The default value is false.
|
 DefaultDeliveryMode | The configuration value defining the message producer's default delivery mode. This application configuration value is defined as "DefaultDeliveryMode".
The default value is "Persistent" .
|
 DefaultPriority | The configuration value defining the message producer's default priority. This application configuration value is defined as "DefaultPriority".
The default value is 4.
|
 DefaultTimeToLive | The configuration value defining the message producer's default time to live. This application configuration value is defined as "DefaultTimeToLive".
The default value is 0.
|
 DisableMessageDestination | This configuration value enables or disables message destinations being sent with a message. This may be used as an optimization to reduce the overhead associated with sending the message's destination. This application configuration value is defined as "DisableMessageDestination".
The default value is "False".
|
 DisableMessageID | This configuration value enables or disables message IDs being sent in a message. This may be used as an optimization to reduce the overhead associated with sending the message's ID. This application configuration value is defined as "DisableMessageID".
The default value is "False".
|
 DisableMessageTimestamp | This configuration value enables or disables message timestamps being sent in a message. This may be used as an optimization to reduce the overhead associated with sending the message's timestamp. This application configuration value is defined as "DisableMessageTimestamp".
The default value is "False".
|
 Encrypted | The configuration value defining the client distinguished name used in SSL for client authentication. This application configuration value is defined as "Encrypted".
The default value is null.
|
 KeepAliveAttempts | The System property defining how many times the ping could time out before declaring the connection as dropped. The default value is 2
|
 KeepAliveInterval | The System property defining how often, in seconds, a keep-alive is sent from the C# client to the Broker. A value of 0 disables keep-alives. The default value is 30 seconds
|
 KeepAliveTimeOut | The System property defining the number of seconds to wait for a response from the Broker on a keep alive send. If no response is received from the Broker within this timeout then the connection is assumed lost. The default value is 60 seconds
|
 LanguageName | The configuration value defining the client culture info or locale This application configuration value is defined as "LanguageName". For the valid value, please refer to http://msdn2.microsoft.com/en-us/library/system.globalization.cultureinfo.aspx
The default value is null, which the default system locale will be used.
|
 LDAPPassword | The configuration value to set the password of LDAP where the administered objects are stored. This application configuration value is defined as "LDAPPassword".
The default value is null.
|
 LDAPUrl | The configuration value to set the url to the LDAP where the administered objects are stored. This application configuration value is defined as "LDAPUrl".
The default value is null.
|
 LDAPUserName | The configuration value to set the user name of LDAP where the administered objects are stored. This application configuration value is defined as "LDAPUserName".
The default value is null.
|
 MaxPrefetch | The configuration value defining the maximum number of messages to be sent from the Broker to a consumer at one time. This application configuration value is defined as "MaxPrefetch".
The default value is 160.
|
 Password | The configuration value to set the default password to be used with the connection. This application configuration value is defined as "Password".
The default value is null.
|
 ReconnectAttempts | The configuration value defining the number of attempts to reconnect. This application configuration value is defined as "ReconnectAttempts".
The default value is 0.
|
 ReconnectDelay | The configuration value defining the delay of reconnect. This application configuration value is defined as "ReconnectDelay".
The default value is 0.
|
 SocketLinger | The configuration value to enable or disable lingering upon socket close. This application configuration value is defined as "SocketLinger".
The default value is "False".
|
 SocketLingerTimeout | The configuration value defining the number of seconds to linger if socket linger is enabled. This application configuration value is defined as "SocketLingerTimeout".
The default value is 1 second.
|
 SocketRecvBufferSize | The configuration value defining the size of the inbound socket buffer in bytes. This application configuration value is defined as "SocketRecvBufferSize".
The default value is 65536 bytes.
|
 SocketSendBufferSize | The configuration value defining the size of the outbound socket buffer in bytes. This application configuration value is defined as "SocketSendBufferSize".
The default value is 65536 bytes.
|
 SocketTcpNoDelay | The configuration value to enable or disable Nagle's algorithm on the Socket This application configuration value is defined as "SocketTcpNoDelay".
The default value is "True".
|
 SSLKeystore | The configuration value to set the default SSL keystore to be used with the connection. This application configuration value is defined as "SSLKeystore".
The default value is null.
|
 TransportMaxCacheSize | The configuration value defining the message transport's maximum size of a structure that will be cached. This application configuration value is defined as "TransportMaxCacheSize".
The default value is 2048.
|
 Username | The configuration value to set the default username to be used with the connection. This application configuration value is defined as "Username".
The default value is null.
|