SessionPropertiesSubscriberLocalPriority Property
Note: This API is now obsolete.
Subscriber priorities are used to choose a client to receive messages that are sent with the
DeliverToOne property set to true.
These messages are sent to the subscriber with the highest priority. Subscribers have two priorities; this priority (SubscriberLocalPriority)
is for messages published locally.
The valid range is 1..4.
Default: 1
Namespace: SolaceSystems.Solclient.MessagingAssembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.26.0
[ObsoleteAttribute("Replaced by Shared Subscriptions")]
public int SubscriberLocalPriority { get; set; }
Property Value
Int32