Durable subscriptions
Summary
Durable subscription means that messages you are subscribed to will be delivered to you even though your message consuming application is not running at the particular point of time. Once it reconnects to the broker, all the messages that were posted in the meantime will be delivered immediately.
Explanation
The examples in the understanding AMQ model tutorial show how to implement durable subscriptions.
Comments
Add a new comment
Author
- Martin Sustrik <moc.xitami|kirtsus#moc.xitami|kirtsus>
