10.28.13

MessageUserPropertyConstants Fields

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