You are developing an application that is going to making use of the Azure Service Bus. You have to create filters based on the different types of subscribers that would subscribe to the topic. The broad classification of these subscribers are:
- Subscribers should be able to receive all messages being sent to the topic;
- Subscribers should NOT be able to receive all messages being sent to the topic;
- Subscribers should be able to receive messages based on a SQL-like conditional expression.
Which of the following would you use as the filter condition for the requirement?
"Subscribers should be able to receive messages based on a SQL-like conditional expression"
Wähle eine der folgenden: