10.24.0

IMessageSenderId Property

Gets/sets the SenderId. Returns null if not present.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
string SenderId { get; set; }

Property Value

String

Remarks

The SenderId is user-defined, carried end-to-end, and can also be matched in a selector, but otherwise is not relevant to the event broker. Setting the SenderId overrides the session property IncludeSenderId and forces the specified SenderID into the Solace-defined fields for each message.

See Also