A ConnectionMetaData object provides information about a connection.
For a list of the XMS defined properties of a ConnectionMetaData object, see Properties of ConnectionMetaData.
Function | Description |
---|---|
xmsConnMetaDataGetJMSXProperties | Get a list of the names of the JMS defined message properties supported by the connection. |
xmsRC xmsConnMetaDataGetJMSXProperties(xmsHConnMetaData connectionMetaData, xmsHIterator *iterator, xmsHErrorBlock errorBlock);
Get a list of the names of the JMS defined message properties supported by the connection.
The function returns an iterator that encapsulates a list of Property objects, where each Property object encapsulates the name of a JMS defined message property. The application can then use the iterator to retrieve the name of each JMS defined message property in turn.
JMS defined message properties are not supported by a real-time connection to a broker.