Can we send only simple string messages or even Serialized JSON to ASB?
Let Say I have a JSON (sample) like this which I am sending to the topic
{ "Action" : "Executed", "Source" : "Client1" }
I want to apply filter for subscription where Action == Executed.
I have applied a SQLFilter like this
But This filter is not working as expected. The different message formats I am sending on Service bus Explorer also attached
But the message is not pushed to subscription. I would be grateful if you can point me the right path.