MQJMS_E_BAD_DEST_STR

 

public final static java.lang.String

Failed to reconstitute destination from {0}.
Explanation: A message has been received which contains destination information in the RFH2 header which is not valid.
User Response: Ensure that any messages being sent by non-JMS applications have correctly formatted destination information. In the case of RFH2 headers, pay special attention to the Rto(reply to) and Dst(destination) elements of the XML portion of the header. Valid destination strings must start either queueor topic.


uj33160_