Skip to content

Commit bccfc0e

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into rolyon-landing-azure-signalr
2 parents 4c84e96 + 5c6414a commit bccfc0e

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)