Products | Versions |
---|---|
TIBCO Enterprise Message Service | - |
Not Applicable | - |
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.