WebSphere WebSphere Business Integration Message Service Clients for C/C++ Version 1.2.7 and .NET Version 1.2.6 Operating Systems: AIX, Linux, Solaris, Windows

ConnectionMetaData

A ConnectionMetaData object provides information about a connection.

For a list of the XMS defined properties of a ConnectionMetaData object, see Properties of ConnectionMetaData.

Functions

Summary of functions:
Function Description
xmsConnMetaDataGetJMSXProperties Get a list of the names of the JMS defined message properties supported by the connection.

xmsConnMetaDataGetJMSXProperties – Get JMS Defined Message Properties

Interface:
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.

Note: The equivalent JMS method performs a slightly different function. The JMS method returns an enumeration of the names of the JMS defined message properties.
Parameters:
connectionMetaData (input)
The handle for the connection metadata.
iterator (output)
The handle for the iterator.
errorBlock (input)
The handle for an error block or a null handle.
Exceptions:
  • XMS_X_GENERAL_EXCEPTION

Reference topic

Terms of Use | Rate this page

Last updated: 18 Jun 2008

© Copyright IBM Corporation 2005, 2008. All Rights Reserved.