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.