Skip to content

Commit e64d705

Browse files
authored
preexisting acrolinx
1 parent 5d861d6 commit e64d705

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/service-bus-messaging/jms-developer-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ QueueBrowser browser = context.createBrowser(queue);
294294
> [!NOTE]
295295
> JMS API doesn't provide an API to browse a topic.
296296
>
297-
> This is because the topic itself doesn't store the messages. As soon as the message is sent to the topic, it is forwarded to the appropriate subscriptions.
297+
> This is because the topic itself doesn't store the messages. As soon as the message is sent to the topic, it's forwarded to the appropriate subscriptions.
298298
>
299299
300300
### JMS Message selectors
@@ -309,7 +309,7 @@ Selectors can be utilized when creating any of the below consumers -
309309
* Queue browser
310310

311311
> [!NOTE]
312-
> Service Bus selectors do not support "LIKE" and "BETWEEN" SQL keywords.
312+
> Service Bus selectors don't support "LIKE" and "BETWEEN" SQL keywords.
313313
314314
## AMQP disposition and Service Bus operation mapping
315315

0 commit comments

Comments
 (0)