MQJMS_E_DELIVERY_MODE_INVALID

 

public final static java.lang.String

The delivery mode was not valid.
Explanation: Either the value for the delivery mode of a message producer was incorrectly specified, or the mode value was specified incorrectly when publishing a message.
User Response: Check to ensure that the value specified is a valid enumeration for delivery mode.


uj33320_