private string PublisherExchangeName() { return(ConfigurationFormatter.FormatWithConfig( this.method.PublisherAttributes.ExchangeName, this.configuration)); }
private string PublisherRoutingKey() { return(ConfigurationFormatter.FormatWithConfig( this.method.PublisherAttributes.RoutingKey, this.configuration)); }
private string ConsumerQueueName() { return(ConfigurationFormatter.FormatWithConfig( this.method.ConsumerAttributes.QueueName, this.configuration)); }