JMS Examples: Durable Subscription

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 162

This topic has not yet been written. The content below is from the topic description.
11.1.14. Durable Subscription The durable-subscription example shows you how to use a durable subscription with HornetQ. Durable subscriptions are a standard part of JMS, please consult the JMS 1.1 specification for full details. Unlike non-durable subscriptions, the key function of durable subscriptions is that the messages contained in them persist longer than the lifetime of the subscriber - i.e. they will accumulate messages sent to the topic even if there is no active subscriber on them. They will also survive server restarts or crashes. Note that for the messages to be persisted, the messages sent to them must be marked as durable messages.