10.24.0

MessageUserPropertyConstantsSOLCLIENT_USER_PROP_QUEUE_PARTITION_KEY Field

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");

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public const string SOLCLIENT_USER_PROP_QUEUE_PARTITION_KEY = "JMSXGroupID"

Field Value

String

See Also