MQJMS_E_BAD_PROPERTY_NAME

 

public final static java.lang.String

Invalid message property name: {0}.
Explanation: Attempted to set a property that either does not have a valid property name, or cannot be set.
User Response: Ensure that the property name used is a valid property name in accordance with the JMS specification. If the property name refers to a JMS or provider-specific extension property, ensure that this property can be set.


uj33190_