Skip to content

Commit dd7fb47

Browse files
authored
Merge pull request #297488 from EldertGrootenboer/patch-5
Update jms-developer-guide.md
2 parents bb273c2 + e64d705 commit dd7fb47

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
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
@@ -308,6 +308,9 @@ Selectors can be utilized when creating any of the below consumers -
308308
* Unshared non-durable subscription
309309
* Queue browser
310310

311+
> [!NOTE]
312+
> Service Bus selectors don't support "LIKE" and "BETWEEN" SQL keywords.
313+
311314
## AMQP disposition and Service Bus operation mapping
312315

313316
Here's how an AMQP disposition translates to a Service Bus operation:

0 commit comments

Comments
 (0)