setJMSTimestamp

 

public void setJMSTimestamp(long timestamp) throws JMSException;

Sets the message timestamp.

Providers set this field when a message is sent. This operation can be used to change the value of a message that has been received.

Parameters

  • timestamp - the timestamp for this message.

Exceptions

  • JMSException - if an internal error occurs.


uj26810_