MQJMS_EXCEPTION_NULL_PROPERTY_NAME

 

public final static java.lang.String

Property name is null.
Explanation: The itemExists() method of MapMessage was invoked with a null item name, or a null name string was used as an argument to a method which retrieves property values by name from a JMS message.
User Response: Ensure that the name strings indicated do not have null values.


uj34240_