WebSphere Message Service Clients for C/C++ and .NET, Version 1.2 Operating Systems: Linux, Windows

IConnectionMetaData

A ConnectionMetaData object provides information about a connection.

Inheritance hierarchy:
IBM.XMS.IPropertyContext
   |
   +----IBM.XMS.IConnectionMetaData

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

.NET properties

Summary of properties:
Method Description
JMSXPropertyNames Return an enumeration of the names of the JMS defined message properties supported by the connection.

JMSXPropertyNames – Get JMS Defined Message Properties

Interface:
System.Collections.IEnumerator JMSXPropertyNames 
    {
      get;
    }

Return an enumeration of the names of the JMS defined message properties supported by the connection.

JMS defined message properties are not supported by a real-time connection to a broker.

Exceptions:
  • XMSException

Inherited properties and methods


Reference topic

Terms of Use | Rate this page

Last updated: 7 Dec 2005

© Copyright IBM Corporation 2005. All Rights Reserved.