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?
Asked
Active
Viewed 1,505 times
1 Answers
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
-
16 years 10 months to Accept – JoeBrockhaus Nov 16 '22 at 05:35
-
Eventual consistency – Sean Feldman Nov 16 '22 at 15:17
-
how is this done? tearing my hair out :( – Asher Mar 24 '23 at 14:58
-
What's "this"? Promotion or filtering? Filtering is documented. See the link above. Promotion is just taking a value from the body/payload and attaching it to the message properties (headers) upon sending. – Sean Feldman Mar 24 '23 at 16:04