Click or drag to resize

MessageUserPropertyConstants Class

version: 10.21.0
An interface for constant property values to define user message properties that have a special reserved meaning or behaviour.
Inheritance Hierarchy
SystemObject
  SolaceSystems.Solclient.MessagingMessageUserPropertyConstants

Namespace:  SolaceSystems.Solclient.Messaging
Assembly:  SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.21.0
Syntax
C#
public abstract class MessageUserPropertyConstants

The MessageUserPropertyConstants type exposes the following members.

Constructors
  NameDescription
Protected methodMessageUserPropertyConstants
Initializes a new instance of the MessageUserPropertyConstants class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberSOLCLIENT_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");

Top
See Also