![]() | MessageUserPropertyConstants Class |
Namespace: SolaceSystems.Solclient.Messaging
public abstract class MessageUserPropertyConstants
The MessageUserPropertyConstants type exposes the following members.
Name | Description | |
---|---|---|
![]() | MessageUserPropertyConstants | Initializes a new instance of the MessageUserPropertyConstants class |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | 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"); |