Flags the message to be a persistent message. A persistent message survives a total broker failure as it is persisted to disc if not already delivered to and acknowledged by all consumers.
Important: This flag only has affect if the queues on the broker are flagged as durable.
@return The modified message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|