Java / JMS
What is message replay?
Message Replay is a feature that allows an event broker to resend messages to new or existing clients that request them, hours or even days after those messages were first received by the event broker. With replay enabled, event brokers store persistent messages in a replay log.
More Related questions...