Is there Azure service bus message expire event? .
I could see TimeToLive property according this source. i am sending messages to azure service bus queue and need to identify when those message are expired .
1
votes
You want to know how to set the ttl value when you send the message?
– George Chen
@GeorgeChen if message is arrived , i could add receiver handler as this code link. i am looking similar approach when message is expired
– InfoÁsith