MQJMS_E_UNIDENT_PRO_INVALID_OP

 

public final static java.lang.String

Operation not valid for unidentified producer.
Explanation: An attempt was made to send a message from an unidentified MessageProducer without specifying a Destination to send the message to.
User Response: Ensure that either an identified producer is used (that is, a Destination was supplied when the producer was created), or specify a Destination when the send method is invoked.


uj33970_