Beispiel #1
0
 private string PublisherExchangeName()
 {
     return(ConfigurationFormatter.FormatWithConfig(
                this.method.PublisherAttributes.ExchangeName,
                this.configuration));
 }
Beispiel #2
0
 private string PublisherRoutingKey()
 {
     return(ConfigurationFormatter.FormatWithConfig(
                this.method.PublisherAttributes.RoutingKey,
                this.configuration));
 }
Beispiel #3
0
 private string ConsumerQueueName()
 {
     return(ConfigurationFormatter.FormatWithConfig(
                this.method.ConsumerAttributes.QueueName,
                this.configuration));
 }