Posted By:
Anonymous
Posted On:
Tuesday, February 5, 2002 08:10 AM
How do I retrieve the values from the JMSXProperties ?
I can get their names using
ConnectionMetaData connMD = connection.getMetaData();
Enumeration enumMetaData = connMD.getJMSXPropertyNames();
but I can't see how to get their values.