Exemplo n.º 1
0
        public override Uri BuildUriForTopic(string topicName)
        {
            var endpoint = new RabbitMqEndpoint
            {
                ExchangeName = ExchangeName,
                Mode         = Mode,
                RoutingKey   = topicName
            };

            return(endpoint.ReplyUri());
        }