0

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 enter image description here

But This filter is not working as expected. The different message formats I am sending on Service bus Explorer also attached

enter image description here

enter image description here

enter image description here

But the message is not pushed to subscription. I would be grateful if you can point me the right path.

Phaneendra
  • 103
  • 9
  • 2
    Already asked and answered here: https://stackoverflow.com/questions/58308320/how-to-create-a-filter-on-service-bus-topic-subscription-on-message-property – Sean Feldman Dec 03 '22 at 16:50

0 Answers0