What is the significance of the JMSRedelivered flag being set to true in a received message?

What is the significance of the JMSRedelivered flag being set to true in a received message?

book

Article ID: KB0086151

calendar_today

Updated On:

Products Versions
TIBCO Enterprise Message Service -
Not Applicable -

Description

Resolution:
Description:
= = = = = = =
Meaning of JMSRedelivered flag set to " true" in received message.


Environment:
= = = = = = =
ALL


Resolution:
= = = = = =
As per the JMS specification, the JMSRedelivered flag does not guarantee that messages were delivered already  to some consumer when it is set to "true". It was likely that it may or may not be delivered. So receiving a message with the JMSRedelivered set to "true" provides information like a warning that it
might have been delivered already to another consumer and the application should be prepared to handle that situation.

Reference:
= = = = = =
JMS specifications.

Issue/Introduction

What is the significance of the JMSRedelivered flag being set to true in a received message?