AmqpCFXEndpointSubjectFormat Property |
Establishes the format for the subject property of the AMQP message envelope on all messages published
by this endpoint. The following tags may be used in the format string:
- ${cfx-handle} Will be replaced with the handle of your endpoint (CFXEnvelope.Source}
- ${cfx-topic} Will be replaced with the topic of the message ("CFX.Production" for example)
- ${cfx-messagename} Will be replaced with the fully qualified name of the message ("CFX.Production.WorkStarted" for example)
If this property is null or an empty string, the default subject format will be utilized: "${cfx-handle}.${cfx-messagename}"
Namespace: CFX.TransportAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic string SubjectFormat { get; set; }
Public Property SubjectFormat As String
Get
Set
Property Value
String
See Also