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
@@ -308,6 +308,9 @@ Selectors can be utilized when creating any of the below consumers -
308
308
* Unshared non-durable subscription
309
309
* Queue browser
310
310
311
+
> [!NOTE]
312
+
> Service Bus selectors don't support "LIKE" and "BETWEEN" SQL keywords.
313
+
311
314
## AMQP disposition and Service Bus operation mapping
312
315
313
316
Here's how an AMQP disposition translates to a Service Bus operation:
0 commit comments