コード例 #1
0
        void AddProducerBinding()
        {
            if (_producer != null)
            {
                return;
            }

            _producer = new RabbitMqProducer(_address, _bindToQueue);

            _connectionHandler.AddBinding(_producer);
        }