propertyExists

 

public boolean propertyExists(String name) throws JMSException;

Indicates whether a named property exists in the message properties Hashtable.

Parameters

  • name - the name of the property to test.

Returns

  • true if the property exists, false if it does not.

Exceptions

  • JMSException - with reason MQJMS_EXCEPTION_NULL_PROPERTY_NAME.


uj26660_