setDisableMessageTimestamp

 

public void setDisableMessageTimestamp(boolean value) throws JMSException;

Sets whether message timestamps are disabled. They are enabled by default.

Note: This method is ignored in the WebSphere MQ classes for Java™ Message Service implementation.

Parameters

  • value - true indicates that timestamps are disabled.

Exceptions

  • JMSException - with reason MQJMS_MESSAGEPRODUCER_CLOSED


uj29550_