getStringProperty

 

public String getStringProperty(String name) throws JMSException;

Gets the String property value with the given name.

Parameters

  • name - the name of the String property to retrieve.

Returns

  • the String property value with the given name.

Exceptions

  • JMSException - with reason

    • MQJMS_EXCEPTION_NULL_PROPERTY_NAME

    • MQJMS_E_INTERNAL_ERROR


uj26650_