7

If the body of a BrokeredMessage is JSON text, is it possible to setup a Topic Subscription with a filter on properties within that JSON?

JoeBrockhaus
  • 2,745
  • 2
  • 40
  • 64

1 Answers1

4

You could promote those properties with their value into custom properties and use a SqlFilter with user scoping.

Sean Feldman
  • 23,443
  • 7
  • 55
  • 80