We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49aff2a commit a56ceb6Copy full SHA for a56ceb6
articles/service-bus-messaging/service-bus-java-how-to-use-queues.md
@@ -147,7 +147,7 @@ marks the message as being consumed and remove it from the queue.
147
148
The following example demonstrates how messages can be received and
149
processed using **PeekLock** mode (not the default mode). The example
150
-below uses the callback model with a registered mesage handler
+below uses the callback model with a registered message handler
151
and processes messages as they arrive into our `TestQueue`. This mode
152
calls **complete()** automatically as the callback returns normally and calls
153
**abandon()** if the callback throws an exception.
0 commit comments