[TIBCO.EMS .NET client library 6.0 documentation]

The Tibems type exposes the following members.

Fields

  NameDescription
DEFAULT_FACTORY_PASSWORD
Defines the name of the ConnectionFactory property specifying default user password set for Connections created by the factory
DEFAULT_FACTORY_USERNAME
Defines the name of the ConnectionFactory property specifying default user name set for Connections created by the factory
FACTORY_CONNECT_ATTEMPT_COUNT
Defines the name of the ConnectionFactory property specifying the maximum iterations a client program will go through its URL list until it establishes its first connection to an EMS server.
FACTORY_CONNECT_ATTEMPT_DELAY
Defines the name of the ConnectionFactory property specifying the interval between iterations a client program will try to establishe its first connection to an EMS server.
FACTORY_CONNECT_ATTEMPT_TIMEOUT
Defines the name of the ConnectionFactory property specifying the maximum amount of time a client program will wait for the connection to be established to an EMS server This property is defined as String "TIBCO.EMS.connect.attempttimeout".
FACTORY_LOAD_BALANCE_METRIC
Defines the name of the ConnectionFactory property specifying the load balancing metric to be used by the factory.
FACTORY_LOAD_BALANCE_METRIC_BYTE_RATE
Indicates that the connection factory load balances connections across multiple servers by creating a connection to the server with the lowest total byte rate (input and output).
FACTORY_LOAD_BALANCE_METRIC_CONNECTIONS
Indicates that the connection factory load balances connections across multiple servers by creating a connection to the server with the fewest number of connections.
FACTORY_LOAD_BALANCE_METRIC_NONE
Indicates that no load balancing metric has been set for the connection factory.
FACTORY_MULTICAST_DAEMON
Defines the name of the ConnectionFactory property specifying the port of the multicast daemon used by MessageConsumers subscribed to multicast-enabled topics. This property is defined as String "TIBCO.EMS.multicast.daemon".
FACTORY_MULTICAST_ENABLED
Defines the name of the ConnectionFactory property specifying whether MessageConsumers subscribed to a multicast-enabled topic are to receive messages over multicast or unicast. This property is defined as String "TIBCO.EMS.multicast.enabled".
FACTORY_RECONNECT_ATTEMPT_COUNT
Defines the name of the ConnectionFactory property specifying the maximum iterations a client program will try to re-establish a connection to an EMS server after losing previous connection.
FACTORY_RECONNECT_ATTEMPT_DELAY
Defines the name of the ConnectionFactory property specifying the interval between reconnection attempts.
FACTORY_RECONNECT_ATTEMPT_TIMEOUT
Defines the name of the ConnectionFactory property specifying the maximum amount of time a client program will wait for the connection to be re-established to an EMS server This property is defined as String "TIBCO.EMS.reconnect.attempttimeout".
JMS_TIBCO_CM_PUBLISHER
Provider-specific message property which may be set if imported message has been published by TIBCO Rendezvous Certified Messaging application.
JMS_TIBCO_CM_SEQUENCE
Provider-specific message property which may be set if imported message has been published by TIBCO Rendezvous Certified Messaging application.
JMS_TIBCO_COMPRESS
Provider-specific message property which is set by the application if this message should be compressed before it is sent to the server.
JMS_TIBCO_DISABLE_SENDER
Provider specific message property which may be set to prevent the server from including the user name into message when sending this message to consumers.
JMS_TIBCO_IMPORTED
Provider-specific message property which is set by the provider if the message has been imported from an external message service, such as TIBCO Rendezvous or TIBCO SmartSockets.
JMS_TIBCO_MSG_EXT
Provider-specific message property which is set by the provider or the application when message extensions are used.
JMS_TIBCO_MSG_TRACE
Provider-specific message property which is set by the provider or the application when message extensions are used.
JMS_TIBCO_PRESERVE_UNDELIVERED
Provider-specific message property which is set by the application if this message should be placed into special system queue in case it could not be delivered.
JMS_TIBCO_SENDER
Provider-specific message property which may be set in a received message if message has been sent on a destination with sender name property. When set in the message, the property value is a String specifying the name of the user who sent this message.
JMS_TIBCO_SS_SENDER
Provider-specific message property which is set if imported message has been published by TIBCO SmartSockets application.
NPSEND_CHECK_ALWAYS
Defines mode when producer always checks result of sending a NON_PERSISTENT message. See SetNPSendCheckMode(MessageProducer, Int32).
NPSEND_CHECK_AUTH
Defines mode when producer checks result of sending a NON_PERSISTENT message only when server authorization is enabled. See SetNPSendCheckMode(MessageProducer, Int32).
NPSEND_CHECK_DEFAULT
Defines default check mode for sending a NON_PERSISTENT messages. See SetNPSendCheckMode(MessageProducer, Int32).
NPSEND_CHECK_NEVER
Defines mode when producer never checks result of sending a NON_PERSISTENT message. See SetNPSendCheckMode(MessageProducer, Int32).
NPSEND_CHECK_TEMP_AUTH
Defines mode when producer checks result of sending a NON_PERSISTENT message when sending into temporary destination or if server authorization is enabled. See SetNPSendCheckMode(MessageProducer, Int32).
NPSEND_CHECK_TEMP_DEST
Defines mode when producer checks result of sending a NON_PERSISTENT message only when sending into temporary destination. See SetNPSendCheckMode(MessageProducer, Int32).
PROP_CLOSE_IN_CALLBACK
Defines the name of the provider property controlling if a MessageConsumer.close(), Session.close() or Connection.close() methods can be called in the MessageListener callback.
PROP_CONNECT_ATTEMPT_TIMEOUT
Defines the name of the System Property controlling the maximum time for the connections to connect to the server. When too many clients connect to the same server, the server may not be able to accept all connections at the same time or may run out of system resources. This parameter specifies the amount of time a client is willing to wait for a connection to be established. Internally the client library will tear down any hung connections (either because of non-availiblity of system resources or some other EMS server problem) after this timeout. The value of this property in an integer and is in seconds. This property is defined as String "tibco.tibjms.connect.attempt.timeout".
PROP_CONNECT_ATTEMPTS
Defines the name of the provider property controlling the number of attempts the connections make to connect to the server.
PROP_DAEMON_DISPATCHER
Defines the name of the provider property controlling the type of Session dispatcher threads
PROP_FT_EVENTS_EXCEPTION
Defines the name of the provider property controlling if ExceptionListener set on the Connection should be called for all the following events: disconnected, each reconnect attempt, and reconnected.
PROP_FT_SWITCH_EXCEPTION
Defines the name of the provider property controlling if ExceptionListener set on the Connection should be called during fault-tolerant switch.
PROP_MESSAGE_ENCODING
Defines the name of the System Property setting the global encoding name for String values in the message properties and data fields.
PROP_MULTICAST_DAEMON
Defines the name of the System Property specifying the port on which EMS clients will connect to the multicast daemon. This property is defined as String "tibco.tibjms.multicast.daemon".
PROP_MULTICAST_ENABLED
Defines the name of the System Property specifying whether multicast is enabled or disabled for this EMS client. This property is defined as String "tibco.tibjms.multicast.enabled".
PROP_PING_INTERVAL
Defines the name of the System Property setting the ping interval for inactive connections.
PROP_RECONNECT_ATTEMPT_TIMEOUT
Defines the name of the System Property controlling the maximum time for connections to reconnect to the backup server during the fault-tolerant switch. This property is similar to PROP_CONNECT_ATTEMPTS_TIMEOUT. The difference is that it may be necessary to use different parameters during reconnect than during the initial connect. Initial connect of the clients to the server is normally distributed in time and there are less chances of the server exceeding its maximum accept queue. During fault-tolerant switch, all connected clients automatically try to reconnect to the backup server, approximately at the same time. When the number of connections is large, it may require more reconnect time to reconnect than the initial connect. The value of this property is an integer in seconds. This property is defined as String "tibco.tibjms.reconnect.attempt.timeout".
PROP_RECONNECT_ATTEMPTS
Defines the name of the provider property controlling the number of attempt the connections make to reconnect to the backup server during the fault-tolerant switch.
PROP_SOCKET_RECEIVE
Defines the name of the provider property setting the size of the socket receive buffer size in kilobytes for client connections.
PROP_SOCKET_SEND
Defines the name of the provider property setting the size of the socket send buffer size in kilobytes for client connections.

See Also