You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using activemessaging gem version 0.9.0. We use poller to start and stop the subscriber. We have durable subscriber and when we stop the poller, gem sends UNSUBSCRIBE command to activemq in addition to DISCONNECT command.
We do not want to unsubscribe as subscriber is durable and if it is no longer subscribed, it will loose any message which came on the topic while it was offline.
Do you think this feature is reasonable and, if yes, we could work to provide a patch to add an option to avoid unsubscribing.
The text was updated successfully, but these errors were encountered:
I think the idea is that if the poller dies/crashes then it would not unsub, and you would have continuity, but if you stop it, then it should unsub. How would you differentiate between when you want a poller to unsub, and when not?
We are using activemessaging gem version 0.9.0. We use poller to start and stop the subscriber. We have durable subscriber and when we stop the poller, gem sends UNSUBSCRIBE command to activemq in addition to DISCONNECT command.
We do not want to unsubscribe as subscriber is durable and if it is no longer subscribed, it will loose any message which came on the topic while it was offline.
Do you think this feature is reasonable and, if yes, we could work to provide a patch to add an option to avoid unsubscribing.
The text was updated successfully, but these errors were encountered: