I need to use delivery count of message so that can configure max delivery attempts for a message to consumer and once that limit is reached , that message can be removed from topic , it looks there is a method that has been added but could not find it in Message interface in Typescript
Hi ,
I need to use delivery count of message so that can configure max delivery attempts for a message to consumer and once that limit is reached , that message can be removed from topic , it looks there is a method that has been added but could not find it in Message interface in Typescript
Could some one please confirm how I can use it