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: 1.7.3
Syntax
public string SubjectFormat { get; set; }

Property Value

String
See Also