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.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntax
public string SubjectFormat { get; set; }

Property Value

String
See Also