Beispiel #1
0
        public QueueManager(ConnectionFactory connectionFactory, RabbitMQUserSettings userSettings, TradeExchangeCreator tradeExchangeCreator)

        {
            _connectionFactory = connectionFactory;
            _userSettings      = userSettings;
            _queueConnections  = new List <QueueConnection>();
        }
 public Publisher(ConnectionWrapper connectionWrapper, RabbitMQUserSettings userSettings, TradeExchangeCreator tradeExchangeCreator)
 {
     _connectionWrapper = connectionWrapper;
     Author             = userSettings.Author;
 }