Filter Queued Messages Using Windows Azure

Is there a way to filter messages based on properties? I mean, with only a few properties, the role of the Worker takes it?

+3


source to share


1 answer


[I'm assuming that when you talk about filtering, you mean queue-side filtering, not client-side filtering]



As far as I know, there is no message filtering feature in Azure Queues. If you are using ServiceBus themes and subscriptions, you can filter based on message properties. For more information on this, see the subscription filters section of this post .

+3


source