In case of azure service bus queues two modes of operation like
a. Receive & Delete
b. Peek & Lock
are available.
And In Peek & Lock Mode there are different message settlement options like Complete, Abandon etc.
Is it possible to write filters for subscriptions on Azure Portal or only through Code like C#?
What is the better way of creating Subscriptions and Topics , is it through Portal or Code?
Are there any modes like this for Topics and Subscriptions?
Are there any different message settlement options available for Topics and Subscriptions or every Message will live till MessageTimeToLive?