Solclient
SessionPropertiesSubscriberLocalPriority Property |
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.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public int SubscriberLocalPriority { get; set; }
Public Property SubscriberLocalPriority As Integer Get Set
public: property int SubscriberLocalPriority { int get (); void set (int value); }
Property Value
Type: Int32See Also