Azure Service Bus Schedules Messages cancellation using the message content or message header data
问题 I would like to cancel the scheduled messages in the service bus queue/topic using the message content. e.g: the scheduled message in queue/topic will be like this {UserName:'Scott', Test: 'This is test msg'} I would like to cancel the schedules message using the UserName Note: I am not saving the cancellation token, which i can use to cancel the scheduled message. 回答1: AFAIK, it is not possible to cancel a scheduled message based on a user property. Only way you could cancel a scheduled