Creating a Durable Subscriber
As described in Publish and Subscribe, subscribers, by default, only receive messages when they are active. If messages are published when the subscriber is not available, the subscriber does not receive those messages. You can create durable subscriptions, where subscriptions are stored on the server and subscribers can receive messages even if it was inactive when the message was originally delivered.
In this example, you create a durable subscriber that stores messages published to topic myTopic on the EMS server.
To start user2 as a durable subscriber:
Procedure
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.