Class
Define constants and utility methods specific to EMS.
Constant
|
Description
|
---|---|
Connection-Related Fields (Constants)
Programs can use these constants as names of settings in the hashtable argument to
ConnectionFactory.CreateConnection . They govern the behavior of the resulting connections that the factory creates.
|
|
DEFAULT_FACTORY_PASSWORD
|
string
Defines the name of a
ConnectionFactory property. That property specifies a default user password for the connections that the factory creates.
If the client does not supply a password, the connection factory object uses this password as a default when creating a connection. See also
ConnectionFactory.CreateConnection .
|
DEFAULT_FACTORY_USERNAME
|
string
Defines the name of a
ConnectionFactory property. That property specifies a default username for the connections that the factory creates.
If the client does not supply a username, the connection factory object uses this username as a default when creating a connection. See also
ConnectionFactory.CreateConnection .
|
FACTORY_LOAD_BALANCE_METRIC
|
string
This field defines the name of a provider-specific
ConnectionFactory property. That property governs the assignment of client connections among a set of load-balanced servers.
For property values, see
FactoryLoadBalanceMetric .
|
Message-Related Fields (Constants)
Programs can use these constants as names of message properties.
|
|
JMS_TIBCO_CM_PUBLISHER
|
string
Defines the name of a provider-specific message property. An imported message with that property is an RVCM message. The value of that property is the RVCM sender name. See also
JMS_TIBCO_CM_PUBLISHER .
|
JMS_TIBCO_CM_SEQUENCE
|
string
Defines the name of a provider-specific message property. An imported message with that property is an RVCM message. The value of that property is the RVCM sequence number. See also
JMS_TIBCO_CM_SEQUENCE .
|
JMS_TIBCO_COMPRESS
|
string
Defines the name of a provider-specific message property. EMS .NET does not support compression. See also
JMS_TIBCO_COMPRESS .
|
JMS_TIBCO_DISABLE_SENDER
|
string
Defines the name of a provider-specific message property. Programs may set that property before sending a message to request that the server omit the sender name from the message. See also
JMS_TIBCO_DISABLE_SENDER .
|
JMS_TIBCO_IMPORTED
|
string
Defines the name of a provider-specific message property. The server sets that property on messages it imports from external message services, such as TIBCO Rendezvous or TIBCO SmartSockets. See also
JMS_TIBCO_IMPORTED .
|
JMS_TIBCO_MSG_EXT
|
string
Defines the name of a provider-specific message property. When that property is set, the message can use TIBCO-specific extensions. See also
JMS_TIBCO_MSG_EXT .
|
JMS_TIBCO_MSG_TRACE
|
string
Defines the name of a provider-specific message property. Programs may set that property before sending a message to request trace data at significant events during the lifetime of the message. See also
JMS_TIBCO_MSG_TRACE .
|
JMS_TIBCO_PRESERVE_UNDELIVERED
|
string
Defines the name of a provider-specific message property. Programs may set that property before sending a message to request that the server hold it in a special queue if the server cannot deliver it. See also
JMS_TIBCO_PRESERVE_UNDELIVERED .
|
JMS_TIBCO_SENDER
|
string
Defines the name of a provider-specific message property. When a destination requests it, the server stores the username of the message producer in that property. See also
JMS_TIBCO_SENDER .
|
JMS_TIBCO_SS_SENDER
|
string
Defines the name of a provider-specific message property. The server sets that property when importing a message from TIBCO SmartSockets; its value is the SmartSockets sender name. See also
JMS_TIBCO_SS_SENDER .
|
Method
|
Description
|
Page
|
---|---|---|
Tibems.GetMessageSize (and related methods) |
||
TIBCO Enterprise Message Service™ .NET Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |