10.24.0

MessageUserPropertyConstants Class

An interface for constant property values to define user message properties that have a special reserved meaning or behaviour.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public abstract class MessageUserPropertyConstants
Inheritance
Object    MessageUserPropertyConstants

Constructors

MessageUserPropertyConstantsInitializes a new instance of the MessageUserPropertyConstants class

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

SOLCLIENT_USER_PROP_QUEUE_PARTITION_KEY The Key to set or get queue partition key for a queue this message was published or should be published to, when supported by a PubSub+ messaging broker. This property can be retrieved or set from/to CreateUserPropertyMap acessibly with UserPropertyMap Expected value is UTF-8 encoded up to 255 bytes long string

Example: msg.UserPropertyMap.AddString(MessageUserPropertyConstants.SOLCLIENT_USER_PROP_QUEUE_PARTITION_KEY,"Group-0");

See Also