Skip to content

Commit 74c57b3

Browse files
authored
Merge pull request #50064 from eltociear/patch-1
Fix typo
2 parents 49aff2a + a56ceb6 commit 74c57b3

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-queues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ marks the message as being consumed and remove it from the queue.
147147

148148
The following example demonstrates how messages can be received and
149149
processed using **PeekLock** mode (not the default mode). The example
150-
below uses the callback model with a registered mesage handler
150+
below uses the callback model with a registered message handler
151151
and processes messages as they arrive into our `TestQueue`. This mode
152152
calls **complete()** automatically as the callback returns normally and calls
153153
**abandon()** if the callback throws an exception.

0 commit comments

Comments
 (0)