10.24.0

IMessageApplicationMessageId Property

Gets/sets the ApplicationMessageId. 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 ApplicationMessageId { get; set; }

Property Value

String

Remarks

The ApplicationMessageId is user-defined, carried end-to-end, and can also be matched in a selector, but otherwise is not relevant to the event broker. In JMS applications, this field is carried as the JMSMessageID Message Header Field.

See Also