Skip to content

Commit

Permalink
queuebinding.send instead of receive
Browse files Browse the repository at this point in the history
  • Loading branch information
tmasternak committed Mar 19, 2021
1 parent 23cc5b9 commit bf3652c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class FeatureThatRequiresAQueue :
protected override void Setup(FeatureConfigurationContext context)
{
var queueBindings = context.Settings.Get<QueueBindings>();
queueBindings.BindReceiving("someQueue");
queueBindings.BindSending("someQueue");
}
}

Expand Down

0 comments on commit bf3652c

Please sign in to comment.