Properties of XMS objects
This section documents the object properties defined by XMS.
The section contains the following topics:- Properties of Connection
- Properties of ConnectionFactory
- Properties of ConnectionMetaData
- Properties of Destination
- Properties of InitialContext
- Properties of Message
- Properties of MessageConsumer
- Properties of MessageProducer
- Properties of Session
This section also contains the Property definitions topic, which provides a definition of each property.
If an application defines its own properties of the objects described in this section, it does not cause an error, but it might cause unpredictable results.
Note: The property names and values in this section are in the form used for C and C++. However, in .NET property names and values are provided as constants in the XMSC class. If you are using these predefined constants, the property names and values are in the form XMSC.NAME, so, for example, you would use XMSC.USERID, rather than XMSC_USERID.The data types in this section are also in the form used for C/C++. We can find the corresponding values for .NET in Data types for .NET.