Try Playground
Show / Hide Table of Contents

Enum SubscriptionPolicy

Defines the policy used in case of Durable subscription.

Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public enum SubscriptionPolicy : int

Fields

Name Description
Exclusive

Exclusive subscription policy is for a single subscriber on a single subscription. In this case messages are recieved by the single subscriber only.

Shared

Shared subscription policy is for multiple subscribers on a single subscription. In this case messages are sent to any of the topic subscribers. This policy provides better load division over clients subscribing to a subscription.

Back to top Copyright © 2017 Alachisoft