Click or drag to resize

IMessageApplicationMessageType Property

version: 10.21.0
Gets/sets the ApplicationMessageType. If not present, null is returned.

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

Property Value

Type: String
Remarks
The ApplicationMessageType 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 JMSType Message Header Field.
See Also