Click or drag to resize

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.Transport
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public string SubjectFormat { get; set; }

Property Value

String
See Also