TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library

Tibems Members

Tibems overview

Public Static Fields

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_LOAD_BALANCE_METRIC Defines the name of the ConnectionFactory property specifying the load balancing metric to be used by the factory.
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. Note: The compression is not supported in the current version.
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 TIBCO Rendezvous and SmartSocket.
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.
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_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_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_PING_INTERVAL Defines the name of the System Property setting the ping interval for inactive connections.
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.

Public Static Methods

CalculateMessageSize Calculates and returns total size of the message wire representation.
CreateFromBytes Create a message from specified byte array.
GetAllowCallbackInCloseObsolete. Deprecated, use Tibems.GetAllowCloseInCallback instead.
GetAllowCloseInCallback Returns if allowed to call close() in callbacks.
GetAsBytes Return a copy of the message data as a byte array, suitable for archiving in a file.
GetConnectAttempts Returns the connect attempts setting.
GetEncoding Returns the name of the global string encoding for messages.
GetExceptionOnFTSwitch Returns if exception listener is called on FT switch.
GetMessageBodySize Returns the total wire size of the message body for a message which was received or sent.
GetMessageEncoding Returns string encoding name set for this message.
GetMessageHeadersSize Returns the total wire size of the message headers for a message which was received or sent.
GetMessagePropertiesSize Returns the total wire size of the message properties for a message which was received or sent.
GetMessageSize Returns the total wire size of the message which was received or sent.
GetPingInterval Returns the ping interval in seconds used by inactive connections.
GetPropertyRetrieves the property value given the property name
GetReconnectAttempts Returns the reconnect attempts setting.
GetSessionDispatcherDaemon Returns if session dispatcher threads are daemon.
GetSocketReceiveBufferSize Returns the size of socket receive buffer.
GetSocketSendBufferSize Returns the size of socket send buffer.
MakeWriteable Set message to writeable state without resetting its content.
SetAllowCallbackInCloseObsolete. Deprecated, use Tibems.SetAllowCloseInCallback instead.
SetAllowCloseInCallback Sets if MessageConsumer.Close(), ISession.Close() or IConnection.Close() methods can be called in the IMessageListener callback.
SetConnectAttempts Sets the parameters for the number of attempts the connections make to connect to the server.
SetEncoding Set global string encoding for messages.
SetExceptionOnFTSwitch Sets if ExceptionListener set on the Connection should be called after fault-tolerant switch.
SetMessageEncoding Set string encoding for message.
SetPingInterval Sets the ping interval in seconds used by inactive connections.
SetProperty Sets a property value given the property name and value to set
SetReconnectAttempts Sets the parameter for the number of attempts the connections make to reconnect to the backup server during fault-tolerant switch.
SetSessionDispatcherDaemon Sets if Session dispatcher threads should be daemon. Some operating systems may ignore this setting.
SetSocketReceiveBufferSize Sets the size of the socket receive buffer size for client connections. Some operating systems may ignore this setting.
SetSocketSendBufferSize Sets the size of the socket send buffer size for client connections. Some operating systems may ignore this setting.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

Tibems Class | TIBCO.EMS Namespace