JMS Examples: Defining Message Expiration

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 176

This topic has not yet been written. The content below is from the topic description.
11.1.28. Message Expiration The expiry example shows you how to define and deal with message expiration. Messages can be retained in the messaging system for a limited period of time before being removed. JMS specification states that clients should not receive messages that have been expired (but it does not guarantee this will not happen). HornetQ can assign an expiry address to a given queue so that when messages are expired, they are removed from the queue and sent to the expiry address. These "expired" messages can later be consumed from the expiry address for further inspection.