Skip to content

Commit

Permalink
merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hansehe committed Nov 26, 2018
1 parent 21d133d commit 6a22d1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rebus.RabbitMq/RabbitMq/RabbitMqTransport.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public class RabbitMqTransport : ITransport, IDisposable, IInitializable, ISubsc
bool _declareInputQueue = true;
bool _bindInputQueue = true;
bool _publisherConfirmsEnabled;
bool _allowPublishOnAlternateExchanges;

string _directExchangeName = RabbitMqOptionsBuilder.DefaultDirectExchangeName;
string _topicExchangeName = RabbitMqOptionsBuilder.DefaultTopicExchangeName;
Expand Down

0 comments on commit 6a22d1f

Please sign in to comment.