Skip to content

Commit 5c6414a

Browse files
authored
Merge pull request #107408 from mike-urnun-msft/patch-122
(Azure CXP) resolves #49470
2 parents a0888ed + f849d9f commit 5c6414a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-bus-messaging/service-bus-java-how-to-use-topics-subscriptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ public class MyServiceBusTopicClient {
179179
receiveClient.registerMessageHandler(
180180
messageHandler,
181181
// callback invoked when the message handler has an exception to report
182-
// 1 concurrent call, messages are auto-completed, auto-renew duration
182+
// 1 concurrent call, messages aren't auto-completed, auto-renew duration
183183
new MessageHandlerOptions(1, false, Duration.ofMinutes(1)));
184184

185185
}

0 commit comments

Comments
 (0)