WebLogic Messaging API Class Library

IMessage.JMSRedelivered Property

Gets an indication of whether this message is being redelivered.

If a client receives a message with the JMSRedelivered field set, it is likely, but not guaranteed, that this message was delivered earlier but that its receipt was not acknowledged at that time.

 JMSRedelivered {get;}

Exceptions

Exception TypeCondition
MessageExceptionif the JMS provider fails to get the redelivered state due to some internal error.

See Also

IMessage Interface | WebLogic.Messaging Namespace