You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> JMS API doesn't provide an API to browse a topic.
296
296
>
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.
298
298
>
299
299
300
300
### JMS Message selectors
@@ -309,7 +309,7 @@ Selectors can be utilized when creating any of the below consumers -
309
309
* Queue browser
310
310
311
311
> [!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.
313
313
314
314
## AMQP disposition and Service Bus operation mapping
0 commit comments