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?
Azure Service Bus Topic Subscription - Filter on JSON-encoded message body property
Asked Answered
You could promote those properties with their value into custom properties and use a SqlFilter with user scoping.
6 years 10 months to Accept π€π
β
Arbitration
Eventual consistency π β
Gondar
how is this done? tearing my hair out :( β
Interlace
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. β
Gondar
© 2022 - 2024 β McMap. All rights reserved.