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");
Namespace: SolaceSystems.Solclient.MessagingAssembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.26.0
public const string SOLCLIENT_USER_PROP_QUEUE_PARTITION_KEY = "JMSXGroupID"
Field Value
String