Skip to content

Commit af228f2

Browse files
Consume with manual ack mode as in the reporter's example
1 parent 660c8c8 commit af228f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/client/Unit/src/unit/TestEventingConsumer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public void TestEventingConsumerRegistrationEvents()
7676
unregisteredSender = s;
7777
};
7878

79-
string tag = Model.BasicConsume(q, true, ec);
79+
string tag = Model.BasicConsume(q, false, ec);
8080

8181
Assert.IsTrue(registeredInvoked);
8282
Assert.IsNotNull(registeredSender);

0 commit comments

Comments
 (0)